r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[tprouty/samba.git] / source4 / lib / netif / interface.c
index c73a2e3d7b73377be37d3cbd2290b4bc516f8593..9075d4f3ac4467509e507f494808d5e86f654895 100644 (file)
@@ -241,7 +241,7 @@ void load_interfaces(void)
        }
        
 exit:
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
 }