ONE-13: Add CLI/API for LISP static remote mappings
[vpp.git] / vnet / vnet / lisp-gpe / lisp_gpe.c
index c09b322..c00a9cf 100644 (file)
@@ -350,6 +350,7 @@ lisp_gpe_add_del_fwd_entry_command_fn (vlib_main_t * vm,
  done:
   vec_free(eids);
   vec_free(slocators);
+  vec_free(dlocators);
   return error;
 }