Free memory the 'rpaths' pointers, that may incur memory leaks(VPP-965).
[vpp.git] / src / vpp / app / vpe_cli.c
index fcc496a..e19c23d 100644 (file)
@@ -113,6 +113,7 @@ virtual_ip_cmd_fn_command_fn (vlib_main_t * vm,
 done:
   vec_free (mac_addrs);
   vec_free (next_hops);
+  vec_free (rpaths);
   unformat_free (line_input);
 
   return error;