summaryrefslogtreecommitdiffstats
path: root/source/torture/rpc/oxidresolve.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 07:08:20 +0000
committerAndrew Tridgell <tridge@samba.org>2005-01-27 07:08:20 +0000
commit912b04a2d52b70a47cb781a8a60ef08b5146f1cf (patch)
tree7aaca5e6f6024c607b2c75bb0a61c76c7379dcd9 /source/torture/rpc/oxidresolve.c
parent37625e18bc832859ad0d3c0b54e88a4f8c864814 (diff)
downloadsamba-912b04a2d52b70a47cb781a8a60ef08b5146f1cf.tar.gz
samba-912b04a2d52b70a47cb781a8a60ef08b5146f1cf.tar.xz
samba-912b04a2d52b70a47cb781a8a60ef08b5146f1cf.zip
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
large commit. I thought this was worthwhile to get done for consistency.
Diffstat (limited to 'source/torture/rpc/oxidresolve.c')
-rw-r--r--source/torture/rpc/oxidresolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/rpc/oxidresolve.c b/source/torture/rpc/oxidresolve.c
index 18493029298..b565d5de761 100644
--- a/source/torture/rpc/oxidresolve.c
+++ b/source/torture/rpc/oxidresolve.c
@@ -261,7 +261,7 @@ BOOL torture_rpc_oxidresolve(void)
if(!test_ResolveOxid2(p, mem_ctx, oxid))
ret = False;
- talloc_destroy(mem_ctx);
+ talloc_free(mem_ctx);
torture_rpc_close(p);