r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[nivanova/samba-autobuild/.git] / source4 / torture / raw / acls.c
index cc99b40050acc21a05f6cb58681a01d05e0af6ac..fd1ea0f34092e2b12c06dbb4cdd42baab40e1ecc 100644 (file)
@@ -1449,6 +1449,6 @@ BOOL torture_raw_acls(void)
        smbcli_deltree(cli->tree, BASEDIR);
 
        torture_close_connection(cli);
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
        return ret;
 }