]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/nexthop_group.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / nexthop_group.c
index 937b84bdddf6c5af6d671b41a2cf3e08d5eb523c..23ea96f75c24a4332a9f453b218e9757f0fdc887 100644 (file)
@@ -246,7 +246,7 @@ static void nhgc_delete(struct nexthop_group_cmd *nhgc)
 
        RB_REMOVE(nhgc_entry_head, &nhgc_entries, nhgc);
 
-       list_delete_and_null(&nhgc->nhg_list);
+       list_delete(&nhgc->nhg_list);
 
        XFREE(MTYPE_TMP, nhgc);
 }