]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Cleanup leaked memory on shutdown
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 21:51:29 +0000 (17:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 May 2018 13:43:07 +0000 (09:43 -0400)
commit3292693b2feaad34d978c4f0ec43a2eb9d0c825c
tree19a2e1ce5818d9d65dcd3894f344601a31168d09
parentf6bdc08004a24ac6c8cc90e0cab89e89d9739824
bgpd: Cleanup leaked memory on shutdown

When we are shutting down, there exists a code path
where the connected table leaks some memory.  Cleanup
the code to remove the memory.

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