mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-19 23:52:23 +00:00
zebra: Clean up leaked linklist data structure on shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
22dabe1556
commit
6b2554b94a
@ -203,6 +203,7 @@ static void sigint(void)
|
||||
rib_update_finish();
|
||||
|
||||
list_delete(&zrouter.client_list);
|
||||
list_delete(&zrouter.stale_client_list);
|
||||
|
||||
/* Indicate that all new dplane work has been enqueued. When that
|
||||
* work is complete, the dataplane will enqueue an event
|
||||
|
Loading…
Reference in New Issue
Block a user