mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
zebra: Cleanup memory leaks on shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
b1d29673ca
commit
54fcc739b8
@ -229,6 +229,7 @@ void zebra_finalize(struct thread *dummy)
|
|||||||
|
|
||||||
zebra_router_terminate();
|
zebra_router_terminate();
|
||||||
|
|
||||||
|
ns_terminate();
|
||||||
frr_fini();
|
frr_fini();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user