mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
zebra: Clean up memory associated with affinity maps
Zebra is using affinity maps but not cleaning up memory on shutdown. BAD! Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1f09381f0f
commit
f82682a3f9
|
@ -247,6 +247,8 @@ void zebra_finalize(struct event *dummy)
|
|||
|
||||
label_manager_terminate();
|
||||
|
||||
affinity_map_terminate();
|
||||
|
||||
ns_walk_func(zebra_ns_final_shutdown, NULL, NULL);
|
||||
|
||||
ns_terminate();
|
||||
|
|
Loading…
Reference in a new issue