]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Free leaked zclient data structures on shutdown
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Sep 2017 16:52:38 +0000 (12:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 Sep 2017 16:52:38 +0000 (12:52 -0400)
commit8b2e7cacaf6aeba2b377d5da702738a358802f42
tree2dcf808fac5ff305e0243f8cd2717be05a0198f5
parente3ace5fc9b3451f1f89435fa2842fee3e307edb1
zebra: Free leaked zclient data structures on shutdown

On shutdown we were deleting the linked list that
kept the zclient connections, but we were not
freeing the data pointed at by the link list.

This modification allows the normal cleanup of the
linked list to cleanup the zclient data structure.

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