commit | 604a9b43dd68a087ca5a4ac2cae19eb17591ba5f | [log] [tgz] |
---|---|---|
author | Michael Lambert <lambert@psc.edu> | Mon Sep 13 11:48:11 2010 -0400 |
committer | Paul Jakma <paul@quagga.net> | Fri Apr 01 15:58:39 2011 +0100 |
tree | 060a9bc1987cb04cc530c91923367ab5498dd914 | |
parent | 4a2035fd71990848017237838fe11bc1aeb41641 [diff] |
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.