Merge pull request #15089 from pguibert6WIND/asan_sharpd_fix

lib: fix memory leak when disabling nexthop_hold contexts
This commit is contained in:
Donald Sharp 2024-01-05 09:27:33 -05:00 committed by GitHub
commit 96067c7d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}