[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Apr 24 04:42:09 MDT 2010


The branch, master has been updated
       via  4c7cc8b... Revert "nsswitch: Fix a memleak in wbinfo"
      from  dbb7db6... s3: sendto_domain() is lo longer used

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


- Log -----------------------------------------------------------------
commit 4c7cc8bb6303e9f976cdb87e2c00849ac46f8f02
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Apr 24 12:40:10 2010 +0200

    Revert "nsswitch: Fix a memleak in wbinfo"
    
    This reverts commit a97f2a0a9c0f1c148a0152202296bb078103b40c.
    
    This was not a memleak, it was a valgrind false positive. We store "details" in
    a static.

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

Summary of changes:
 nsswitch/wbinfo.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index ca1fefb..e576309 100644
--- a/nsswitch/wbinfo.c
+++ b/nsswitch/wbinfo.c
@@ -72,8 +72,6 @@ static char winbind_separator(void)
 	sep = details->winbind_separator;
 	got_sep = true;
 
-	wbcFreeMemory(details);
-
 	if (!sep) {
 		d_fprintf(stderr, "winbind separator was NULL!\n");
 		return 0;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list