]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_interface.c
*: Convert connected_free to a double pointer
[mirror_frr.git] / ripngd / ripng_interface.c
index 9209a76460fbe4d3573d9e411ac50923dc23ec5e..97113a180f22b010fed718d1eaf70852a9e45068 100644 (file)
@@ -430,7 +430,7 @@ int ripng_interface_address_delete(ZAPI_CALLBACK_ARGS)
                        /* Check wether this prefix needs to be removed. */
                        ripng_apply_address_del(ifc);
                }
-               connected_free(ifc);
+               connected_free(&ifc);
        }
 
        return 0;