mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-13 23:04:57 +00:00
Merge pull request #7379 from donaldsharp/isis_mem_leak
isisd: Fix memory leak on shutdown
This commit is contained in:
commit
8bc3b727ba
@ -583,6 +583,8 @@ void isis_finish(struct isis *isis)
|
||||
isis_vrf_unlink(isis, vrf);
|
||||
}
|
||||
|
||||
list_delete(&isis->area_list);
|
||||
list_delete(&isis->init_circ_list);
|
||||
XFREE(MTYPE_ISIS, isis);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user