r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[abartlet/samba.git/.git] / source4 / torture / raw / qfileinfo.c
index d398026a18d476180ea11f31bed7a7eef1b1e8b7..9a1a8a1144a33f716efc30c42e489254e5e3f88b 100644 (file)
@@ -711,6 +711,6 @@ done:
        smbcli_unlink(cli->tree, fname);
 
        torture_close_connection(cli);
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
        return ret;
 }