mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 13:31:48 +00:00
pimd: the spt infinity prefix-list memory was not being freed
On shutdown the string storing the prefix-list was not being properly freed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
3c685e64ff
commit
d2ee562542
@ -69,6 +69,7 @@ static void pim_instance_terminate(struct pim_instance *pim)
|
||||
|
||||
pim_msdp_exit(pim);
|
||||
|
||||
XFREE(MTYPE_PIM_SPT_PLIST_NAME, pim->spt.plist);
|
||||
XFREE(MTYPE_PIM_PIM_INSTANCE, pim);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user