zebra: Cleanup memory leaks on shutdown

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-10-11 16:26:42 -04:00
parent b1d29673ca
commit 54fcc739b8

View File

@ -229,6 +229,7 @@ void zebra_finalize(struct thread *dummy)
zebra_router_terminate();
ns_terminate();
frr_fini();
exit(0);
}