]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Prevent ecommunity_ecom2str memory leak
authorDonald Sharp <sharpd@nvidia.com>
Wed, 18 Nov 2020 17:50:48 +0000 (12:50 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 27 Nov 2020 14:42:42 +0000 (17:42 +0300)
commit243400453a9eca451b771fa144d04bd9612d967d
tree8d528b4c03ed0e835f74a625417f11f5b62b4058
parent9ff054f77796ba519c1ab5c69a76509243564ed4
bgpd: Prevent ecommunity_ecom2str memory leak

We were allocating but never freeing memory associated with the
ecommunity_ecom2str allocation.

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