]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: memory leak issue fix
authorSamanvitha B Bhargav <bsamanvitha@vmware.com>
Wed, 21 Sep 2022 08:45:41 +0000 (01:45 -0700)
committerSamanvitha B Bhargav <bsamanvitha@vmware.com>
Wed, 21 Sep 2022 08:45:41 +0000 (01:45 -0700)
commit92d537611b2cd13c51d1d117f25c63f2b4480e50
tree1bfab90bc8d80ac7d2929e61cdc2667506b3972a
parentf6a460f982e9694f4713476d217f0ae810663a4f
bgpd: memory leak issue fix

In ecommunity_del_val(), ecommunity was not being freed
when the last value in the ecommunity was being deleted.

Signed-off-by: Samanvitha B Bhargav <bsmanvitha@vmware.com>
bgpd/bgp_ecommunity.c