From 9c9e853c77de54f41c22063eeea2ff7c9ace6ebb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Oct 2009 18:45:43 +1100 Subject: s4-torture: fixed double free in libnet_group test --- source4/torture/libnet/libnet_group.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/libnet') diff --git a/source4/torture/libnet/libnet_group.c b/source4/torture/libnet/libnet_group.c index d2a8c12f21..5b56b2d679 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; } -- cgit