]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Cleanup memory leaks associated with t_router_timer 7423/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 Nov 2020 02:02:57 +0000 (21:02 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 5 Nov 2020 02:02:57 +0000 (21:02 -0500)
commit56c226e77322e77e1d09fa9d39b16864431a6126
treeed49ba5e73b6996a7bf52cf8e3d87b687e032412
parent26742171e6ba292a9fd2a72668315d2a699717b5
bgpd: Cleanup memory leaks associated with t_router_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: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c
bgpd/bgpd.c