mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:27:53 +00:00
zebra: zrouter.mh_info is leaked on shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
ca28a0f6fa
commit
823d80d155
@ -4028,4 +4028,6 @@ void zebra_evpn_mh_terminate(void)
|
|||||||
hash_free(zmh_info->nhg_table);
|
hash_free(zmh_info->nhg_table);
|
||||||
hash_free(zmh_info->nh_ip_table);
|
hash_free(zmh_info->nh_ip_table);
|
||||||
bf_free(zmh_info->nh_id_bitmap);
|
bf_free(zmh_info->nh_id_bitmap);
|
||||||
|
|
||||||
|
XFREE(MTYPE_ZMH_INFO, zrouter.mh_info);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user