summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_group.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-22 18:45:43 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-22 18:46:27 +1100
commit9c9e853c77de54f41c22063eeea2ff7c9ace6ebb (patch)
tree7b72347d6c8c3333291c87b0792e503d4d6e70d3 /source4/torture/libnet/libnet_group.c
parent2b82b8e2d36ca65a6bbb1c92e5d1a9bdf2106927 (diff)
downloadsamba-9c9e853c77de54f41c22063eeea2ff7c9ace6ebb.tar.gz
s4-torture: fixed double free in libnet_group test
Diffstat (limited to 'source4/torture/libnet/libnet_group.c')
-rw-r--r--source4/torture/libnet/libnet_group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/libnet/libnet_group.c b/source4/torture/libnet/libnet_group.c
index d2a8c12f213..5b56b2d679f 100644
--- a/source4/torture/libnet/libnet_group.c
+++ b/source4/torture/libnet/libnet_group.c
@@ -272,7 +272,6 @@ bool torture_groupinfo_api(struct torture_context *torture)
if (!NT_STATUS_IS_OK(status)) {
printf("libnet_GroupInfo call failed: %s\n", nt_errstr(status));
ret = false;
- talloc_free(mem_ctx);
goto done;
}