mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 12:16:46 +00:00
nhrpd: Cleanup a hash on nhrp shutdown
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
f38687b8f5
commit
e700069534
@ -214,4 +214,5 @@ void nhrp_vc_terminate(void)
|
|||||||
{
|
{
|
||||||
nhrp_vc_reset();
|
nhrp_vc_reset();
|
||||||
hash_clean(nhrp_vc_hash, nhrp_vc_free);
|
hash_clean(nhrp_vc_hash, nhrp_vc_free);
|
||||||
|
hash_free(nhrp_vc_hash);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user