mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 09:16:34 +00:00
Merge pull request #15089 from pguibert6WIND/asan_sharpd_fix
lib: fix memory leak when disabling nexthop_hold contexts
This commit is contained in:
commit
96067c7d9d
@ -1260,6 +1260,8 @@ void nexthop_group_disable_vrf(struct vrf *vrf)
|
||||
nexthop_free(nh);
|
||||
|
||||
list_delete_node(nhgc->nhg_list, node);
|
||||
|
||||
nhgl_delete(nhh);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user