mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:20:48 +00:00
Merge pull request #13368 from Keelan10/nhrpd-memory-leak
nhrpd: Fix nhrpd memory leak
This commit is contained in:
commit
13c426150f
@ -420,6 +420,7 @@ void nhrp_nhs_terminate(void)
|
|||||||
&nifp->afi[afi].nhslist_head, nhs)
|
&nifp->afi[afi].nhslist_head, nhs)
|
||||||
nhrp_nhs_free(nifp, afi, nhs);
|
nhrp_nhs_free(nifp, afi, nhs);
|
||||||
}
|
}
|
||||||
|
nhrp_peer_interface_del(ifp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user