]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix call of bgp_address_destroy
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Sep 2016 00:03:19 +0000 (20:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Sep 2016 16:32:22 +0000 (12:32 -0400)
commit5e6d589c37ecf9c2d390e38718b8a42f766fd374
tree7899b39b94fcd3efc01ef3d4dd7f04345bf58a51
parenta6086ad4084a9dfbf930ef48e2987772767063bd
bgpd: Fix call of bgp_address_destroy

We were prematurely deleting the bgp->address_hash.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgpd.c