]> 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)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Oct 2020 18:35:48 +0000 (21:35 +0300)
commit695acaa40fcedfa20d890bce67884ad988a88a38
treebf2f098d7f5c9985b8f945ee74f331ea573df43a
parent5196ffb552f341c84cf61fa761f2f2bf8fc3dcfb
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