From 6b2554b94a43dcd531f63d3203b31a25c682d423 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 11 Mar 2024 16:05:56 -0400 Subject: [PATCH] zebra: Clean up leaked linklist data structure on shutdown Signed-off-by: Donald Sharp --- zebra/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/main.c b/zebra/main.c index 606ecc7279..27e98ed999 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -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