]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nexthop.c
bgpd: Cleanup memory leak with the martian address intf string
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Oct 2018 00:19:01 +0000 (20:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Oct 2018 00:19:01 +0000 (20:19 -0400)
commitb91299153d809c9243add21cf637d6aa24c36fc2
tree6afdfbb07efaaee6ec93a0693792707e7c27166e
parent330cec3de07108b6fcf3d47358a2471d68a0881b
bgpd: Cleanup memory leak with the martian address intf string

When cleaning up a interface string, from the linked list we were
dropping the name pointer which held the allocated martian address
intf string.

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