r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[ira/wip.git] / source4 / torture / rpc / dssetup.c
index bafe562cdbde13f55798aad43ca438e9ebf30db1..bd20a695e2878e6461b70a1a975b3f0118089e8e 100644 (file)
@@ -74,7 +74,7 @@ BOOL torture_rpc_dssetup(void)
 
        ret &= test_DsRoleGetPrimaryDomainInformation(p, mem_ctx);
 
-       talloc_destroy(mem_ctx);
+       talloc_free(mem_ctx);
 
         torture_rpc_close(p);