From: Donald Sharp Date: Tue, 11 Oct 2022 20:26:42 +0000 (-0400) Subject: zebra: Cleanup memory leaks on shutdown X-Git-Tag: frr-8.4-rc~11^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=54fcc739b8a605c56540bc3ac478d1a15bf0a8c9;p=mirror%2Ffrr.git zebra: Cleanup memory leaks on shutdown Signed-off-by: Donald Sharp --- diff --git a/zebra/main.c b/zebra/main.c index 46cf2eea7d..3de97943fd 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -229,6 +229,7 @@ void zebra_finalize(struct thread *dummy) zebra_router_terminate(); + ns_terminate(); frr_fini(); exit(0); }