]> git.proxmox.com 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>
Tue, 10 Oct 2017 16:35:16 +0000 (12:35 -0400)
commit3e7a9652355b36da31911c4aed63250e0050b54b
tree01e0d4c83abc2eb771da79bcac6a3293065b053a
parent5d920111b9d5b460052a257656f58d8c093c236f
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