diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-22 18:45:43 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-22 18:46:27 +1100 |
commit | 9c9e853c77de54f41c22063eeea2ff7c9ace6ebb (patch) | |
tree | 7b72347d6c8c3333291c87b0792e503d4d6e70d3 /source4/torture/libnet | |
parent | 2b82b8e2d36ca65a6bbb1c92e5d1a9bdf2106927 (diff) | |
download | samba-9c9e853c77de54f41c22063eeea2ff7c9ace6ebb.tar.gz samba-9c9e853c77de54f41c22063eeea2ff7c9ace6ebb.tar.bz2 samba-9c9e853c77de54f41c22063eeea2ff7c9ace6ebb.zip |
s4-torture: fixed double free in libnet_group test
Diffstat (limited to 'source4/torture/libnet')
-rw-r--r-- | source4/torture/libnet/libnet_group.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |