The branch, v3-3-test has been updated
via d90c3454fbdf1fd381e83e81538a56e6e3163a9f (commit)
from 76ff38c5ec05b5267ed085df7296a46e3dfc76e5 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit d90c3454fbdf1fd381e83e81538a56e6e3163a9f
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date: Wed Nov 12 14:05:39 2008 -0800
Fix memory leak in error path, spotted by Martin Zielinski <[EMAIL
PROTECTED]>.
Jeremy.
-----------------------------------------------------------------------
Summary of changes:
source/winbindd/winbindd_passdb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/winbindd/winbindd_passdb.c
b/source/winbindd/winbindd_passdb.c
index 5677c01..0cf4540 100644
--- a/source/winbindd/winbindd_passdb.c
+++ b/source/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