The branch, master has been updated
       via  d67e7f3e15d73201dce2b73ce74c5d5c1cbcf524 (commit)
      from  d38bffd4126062b92384f0930196059441a2d765 (commit)

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


- Log -----------------------------------------------------------------
commit d67e7f3e15d73201dce2b73ce74c5d5c1cbcf524
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Wed Nov 12 14:06:47 2008 -0800

    Fix memory leak in error path, spotted by Martin Zielinski <[EMAIL 
PROTECTED]>.
    Jeremy.

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

Summary of changes:
 source3/winbindd/winbindd_passdb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_passdb.c 
b/source3/winbindd/winbindd_passdb.c
index 5677c01..0cf4540 100644
--- a/source3/winbindd/winbindd_passdb.c
+++ b/source3/winbindd/winbindd_passdb.c
@@ -267,6 +267,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain 
*domain,
        }
 
        if ( !pdb_getsampwsid( user, user_sid ) ) {
+               TALLOC_FREE( user );
                return NT_STATUS_NO_SUCH_USER;
        }
 


-- 
Samba Shared Repository

Reply via email to