Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
897c941
)
map: Fix a coverity MAP dead-code issue.
30/28230/2
author
Jon Loeliger
<
[email protected]
>
Wed, 4 Dec 2019 17:46:52 +0000
(11:46 -0600)
committer
Andrew Yourtchenko
<
[email protected]
>
Wed, 12 Aug 2020 07:43:14 +0000
(07:43 +0000)
Type: fix
Change-Id: I5467bbe3b25b1ea3fb44157abe6e7bfb3f191e77
Signed-off-by: Jon Loeliger <
[email protected]
>
(cherry picked from commit
3aae3dc7acddbe2f46de785b50c3358b7d3e0acc
)
src/plugins/map/map.c
patch
|
blob
|
history
diff --git
a/src/plugins/map/map.c
b/src/plugins/map/map.c
index
e0addf9
..
a214228
100644
(file)
--- a/
src/plugins/map/map.c
+++ b/
src/plugins/map/map.c
@@
-97,9
+97,6
@@
map_free_extras (u32 map_domain_index)
return;
de = vec_elt_at_index (mm->domain_extras, map_domain_index);
- if (!de)
- return;
-
vec_free (de->tag);
}