]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix up memory leak in processing eoiu marker
authorDonald Sharp <sharpd@nvidia.com>
Tue, 4 Feb 2025 15:56:59 +0000 (10:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 4 Feb 2025 15:56:59 +0000 (10:56 -0500)
commitc6b7a993fb2961e04d069f1779498342aa7932fd
tree62522c17022fcd15431b05e5f002eca469c5637d
parentf74fa9543bf66ec69c267099a4c3e045d58c94ba
bgpd: Fix up memory leak in processing eoiu marker

Memory is being leaked when processing the eoiu marker.
BGP is creating a dummy dest to contain the data but
it was never freed.  As well as the eoiu info was
not being freed either.

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