]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix memory leak in subgroup_announce_check
authorXiao Liang <shaw.leon@gmail.com>
Sat, 2 Apr 2022 09:00:26 +0000 (17:00 +0800)
committerXiao Liang <shaw.leon@gmail.com>
Sat, 2 Apr 2022 09:02:35 +0000 (17:02 +0800)
commit7e7639f548cb3e3bfad8ee15ce6186a4ebe80488
tree59fc2bef5df2323a24c4f011204c6d1eda2e26c4
parent2d5bac3f7e70d0a9fff984cd90d1be3ebfd08a1c
bgpd: Fix memory leak in subgroup_announce_check

Flush dummy attr to release objects allocated by route-map.

Signed-off-by: Xiao Liang <shaw.leon@gmail.com>
bgpd/bgp_route.c