]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Prevent ecomm memory leak
authorDonald Sharp <sharpd@nvidia.com>
Tue, 27 Oct 2020 19:16:32 +0000 (15:16 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 27 Oct 2020 19:16:32 +0000 (15:16 -0400)
commit736e6a45e6cfda9bd7a84d7423e23a69902225e0
tree6dd7c93a2ca6237aaf9866289322fe01504decdd
parentdd511712271ae352b25288ecab318f885ade00d6
bgpd: Prevent ecomm memory leak

There are some situations where we create a ecommunity for
comparing to internal state when we are deleting, but in the
failure cases we would not free up the created memory.

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