]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix aspath memory leak in aggr_suppress_map_test
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 9 Feb 2022 22:20:03 +0000 (01:20 +0300)
committermergify-bot <noreply@mergify.com>
Thu, 10 Feb 2022 06:53:50 +0000 (06:53 +0000)
commit2dc64494daacaae39b455391dc4cebc360655f20
tree09482cc7fe6a9eea050070c092a9790d58ac5ffa
parentae70f8c3db54e08fb12a7d7afc7fb169b4aa7771
bgpd: fix aspath memory leak in aggr_suppress_map_test

aspth_empty a couple of lines earlier creates an aspath and it must be
freed.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit afb254d79235e4a4cf41e761d7c99c030069758b)
bgpd/bgp_route.c