mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
ospf_ti_lfa: Free p_space memory allocation
Free p_space Signed-off-by: Keelan Cannoo <keelan.cannoo@icloud.com>
This commit is contained in:
parent
907183cb35
commit
10ca618db9
@ -1078,6 +1078,7 @@ void ospf_ti_lfa_free_p_spaces(struct ospf_area *area)
|
||||
|
||||
q_spaces_fini(p_space->q_spaces);
|
||||
XFREE(MTYPE_OSPF_Q_SPACE, p_space->q_spaces);
|
||||
XFREE(MTYPE_OSPF_P_SPACE, p_space);
|
||||
}
|
||||
|
||||
p_spaces_fini(area->p_spaces);
|
||||
|
Loading…
Reference in New Issue
Block a user