mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 12:47:16 +00:00
Merge pull request #9212 from idryzhov/pim-crash
pimd: fix missing list remove when deleting mesh group
This commit is contained in:
commit
9e3adc3f2c
@ -1217,6 +1217,7 @@ void pim_msdp_mg_free(struct pim_instance *pim, struct pim_msdp_mg **mgp)
|
||||
if ((*mgp)->mbr_list)
|
||||
list_delete(&(*mgp)->mbr_list);
|
||||
|
||||
SLIST_REMOVE(&pim->msdp.mglist, (*mgp), pim_msdp_mg, mg_entry);
|
||||
XFREE(MTYPE_PIM_MSDP_MG, (*mgp));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user