]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: Fixed potential memory leak if additive is false
authorNigel Kukard <nkukard@lbsd.net>
Wed, 30 Aug 2017 07:37:19 +0000 (07:37 +0000)
committerNigel Kukard <nkukard@lbsd.net>
Thu, 31 Aug 2017 23:39:53 +0000 (23:39 +0000)
commit4265a53eba952d1108b58327558ad59d023ab186
tree7f2d93a07b2210e62ec874b82da683394f39689f
parentf24804f4017708832f661cb58e922f832fbf5234
bgpd: Fixed potential memory leak if additive is false

The else portion of the IF dups the lc, but doesn't free old

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
bgpd/bgp_routemap.c