ip: fix memory leak in ip_dump handler 39/22139/2
authorMatthew Smith <mgsmith@netgate.com>
Wed, 18 Sep 2019 18:51:46 +0000 (13:51 -0500)
committerNeale Ranns <nranns@cisco.com>
Mon, 23 Sep 2019 08:37:43 +0000 (08:37 +0000)
commit6d5f6592559bc0db4294c53236177d4e35e603c6
tree51377c48126828d5e4a6aee327df7bab3c6a5cae
parent1afa7afffad6e296a97556aa4c9482f4cd544074
ip: fix memory leak in ip_dump handler

Type: fix

A vector allocated by vl_api_ip_dump_t_handler() was not being
freed.

Change-Id: I13425b8087e60df60c6aaa1230aa7e6d60b101a8
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/vnet/ip/ip_api.c