r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[nivanova/samba-autobuild/.git] / source4 / torture / raw / lock.c
index 478c0a5a4292d4dd911747425f05681203833371..f2cd5b7cf715c48fcfcb2a2fbcfecb9b5ce9d688 100644 (file)
@@ -675,6 +675,6 @@ BOOL torture_raw_lock(void)
        ret &= test_changetype(cli, mem_ctx);
 
        torture_close_connection(cli);
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
        return ret;
 }