ip: fix memory leak in ip_dump handler 14/22414/3
authorMatthew Smith <[email protected]>
Wed, 18 Sep 2019 18:51:46 +0000 (13:51 -0500)
committerAndrew Yourtchenko <[email protected]>
Wed, 2 Oct 2019 01:45:09 +0000 (01:45 +0000)
commit45aab261a16373bb933ff4551290ac0f77f1cc44
tree9cc1ec99433c790f66148cdd3a8c63bd57cdd8e8
parent4afd0a1298d48454b1b02ce716a499cc41a9f99e
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 <[email protected]>
(cherry picked from commit 6d5f6592559bc0db4294c53236177d4e35e603c6)
src/vnet/ip/ip_api.c