r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[ira/wip.git] / source4 / torture / raw / rename.c
index 3d71790736610d4c93e860420ead4ad28127e96d..42f5903508c670e901e231d20e8abcbaa0df6331 100644 (file)
@@ -430,6 +430,6 @@ BOOL torture_raw_rename(void)
        }
 
        torture_close_connection(cli);
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
        return ret;
 }