X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2Fmap.c;h=bc9b3df50ba564c8f969fd18bac7b51c947d669a;hb=3aae3dc7acddbe2f46de785b50c3358b7d3e0acc;hp=a8288a52dd3609ca8bbd36290b7826a19c929626;hpb=f0797d130f82f751c1657e40e203eeb26f7aa3da;p=vpp.git diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c index a8288a52dd3..bc9b3df50ba 100644 --- 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); }