]> git.puffer.fish Git - mirror/frr.git/commit
ripngd: Fix possible memory leak of route_node
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 11:55:58 +0000 (07:55 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 11:55:58 +0000 (07:55 -0400)
commit27dfc6355d12777684ff7e106464338354fbd295
tree4a7521ab56c42c41ecb4730d801c7e35bbaefa95
parent60b153acdf09032b83815873d7f10a1642148d29
ripngd: Fix possible memory leak of route_node

There exists a path where we do not save the route_node
after creation.  Allow cleanup.

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