]> git.puffer.fish 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>
Thu, 21 Sep 2017 13:40:58 +0000 (09:40 -0400)
commit972019ae02b5fc6daa3a04790c4687a7399f367c
treef84e87d97b8d9b5cd2521364ded06b0725e6ced6
parent00c9a53ddc8334e916d64f7f22c092c11ef13531
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