The branch, v3-4-test has been updated
       via  c50490e4af2f4270cf8b59f868b45630efb55efd (commit)
      from  3b74ba990e5b96e17ef76845551ab03fdddc59f8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit c50490e4af2f4270cf8b59f868b45630efb55efd
Author: Dan Sledz <dan.sl...@isilon.com>
Date:   Thu Mar 19 21:53:34 2009 +0000

    s3: Fix a free of an uninitialized variable in winbind_get_sid_aliases

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/winbind_util.c b/source3/lib/winbind_util.c
index 64f5fb4..df095b9 100644
--- a/source3/lib/winbind_util.c
+++ b/source3/lib/winbind_util.c
@@ -322,7 +322,6 @@ bool winbind_get_sid_aliases(TALLOC_CTX *mem_ctx,
                               &rids,
                               &num_rids);
        if (ret != WBC_ERR_SUCCESS) {
-               wbcFreeMemory(rids);
                return false;
        }
 


-- 
Samba Shared Repository

Reply via email to