]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Cleanup memory leaks associated with t_deferral_timer
authorSamanvitha B Bhargav <bsamanvitha@vmware.com>
Wed, 21 Sep 2022 10:18:06 +0000 (03:18 -0700)
committerSamanvitha B Bhargav <bsamanvitha@vmware.com>
Fri, 23 Sep 2022 07:14:12 +0000 (00:14 -0700)
commitb96b4f1c5fa9ad2ba78b3b9f602dcdc794296309
tree13f7adc0ece56c2c738a98d3cae08dd7236d1f74
parent2305e3e46097474246a279c05bd62b8573f83a08
bgpd: Cleanup memory leaks associated with t_deferral_timer

We are allocating temporary memory for information about
what to process in this thread, which is not being cleaned
up on thread cancelling.

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