]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix memory leak in dampening
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Jul 2021 22:27:18 +0000 (01:27 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 29 Jul 2021 21:59:19 +0000 (00:59 +0300)
commit322e1085fe52540261864bd73a3ecdb37f7203d3
tree57e30e59a8ac967cd2c1ee27a08e250435aed4c3
parent5054cfcbbc8c776a91e9390d36cff891d0890b4f
bgpd: fix memory leak in dampening

bdi->path is never NULL, therefore the structure was never freed.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_damp.c