]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vxlan.c
zebra: Fix memory leak on host prefix removal
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 4 Jun 2018 17:31:34 +0000 (13:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 4 Jun 2018 17:31:34 +0000 (13:31 -0400)
commit10ac25160c0d1211698b7b7a78b6d1505ac11c89
treecf27edc3968470bbbb3d9ca7f2cdceade5fbce78
parent7acf817f46b4ed3a9de63264718b159eeafb3de5
zebra: Fix memory leak on host prefix removal

When we have a host prefix, actually free the alloced memory
associated with it when we free it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_vxlan.c