The branch, master has been updated
       via  9b1f9da... libwbclient: Streamline result processing of 
wbcCredentialCache()
       via  b198283... libwbclient: Fix a memleak in wbcCredentialCache
      from  55aeb68... s4-python: Move dsdb_convert_schema_to_openldap to dsdb.

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


- Log -----------------------------------------------------------------
commit 9b1f9da43617d4bd370d5f18fea9b2533e417685
Author: Volker Lendecke <v...@samba.org>
Date:   Sun Apr 4 12:12:12 2010 +0200

    libwbclient: Streamline result processing of wbcCredentialCache()

commit b198283f1ff7c268f604479290c7e6fb555a6267
Author: Volker Lendecke <v...@samba.org>
Date:   Sun Apr 4 12:11:08 2010 +0200

    libwbclient: Fix a memleak in wbcCredentialCache

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

Summary of changes:
 nsswitch/libwbclient/wbc_pam.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index 03039a2..b35284b 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -1223,10 +1223,9 @@ wbcErr wbcCredentialCache(struct 
wbcCredentialCacheParams *params,
                goto fail;
        }
 
-       winbindd_free_response(&response);
        *info = result;
-       return WBC_ERR_SUCCESS;
-
+       result = NULL;
+       status = WBC_ERR_SUCCESS;
 fail:
        TALLOC_FREE(request.extra_data.data);
        winbindd_free_response(&response);


-- 
Samba Shared Repository

Reply via email to