]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: fix memory leak when deleting a community
authorMichael Lambert <lambert@psc.edu>
Mon, 13 Sep 2010 15:48:11 +0000 (11:48 -0400)
committerPaul Jakma <paul@quagga.net>
Fri, 1 Apr 2011 14:58:39 +0000 (15:58 +0100)
commit604a9b43dd68a087ca5a4ac2cae19eb17591ba5f
tree060a9bc1987cb04cc530c91923367ab5498dd914
parent4a2035fd71990848017237838fe11bc1aeb41641
bgpd: fix memory leak when deleting a community

* bgp_routemap.c: (route_set_community_delete) When deleting a
  community in a route-map the old community was being orphaned.  Like
  the description of the same code in route_set_community, this is a
  hack, not a true fix.
bgpd/bgp_routemap.c