The branch, master has been updated
       via  9c9e853... s4-torture: fixed double free in libnet_group test
      from  2b82b8e... s4:provision - Reintroduce accidentally removed 
parameters and checks from "guess_names"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9c9e853c77de54f41c22063eeea2ff7c9ace6ebb
Author: Andrew Tridgell <tri...@samba.org>
Date:   Thu Oct 22 18:45:43 2009 +1100

    s4-torture: fixed double free in libnet_group test

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/libnet/libnet_group.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/libnet/libnet_group.c 
b/source4/torture/libnet/libnet_group.c
index d2a8c12..5b56b2d 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;
        }
 


-- 
Samba Shared Repository

Reply via email to