The branch, master has been updated
       via  148bbdd s3-printing: Fix obvious memory leak in 
printer_list_get_printer().
      from  e35b1d8 passdb: spare superfluous call to lookup_rids() in 
lookup_sids()

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


- Log -----------------------------------------------------------------
commit 148bbdd8d04400b5d873f636671dd443952ca04f
Author: Jeremy Allison <[email protected]>
Date:   Mon Feb 24 16:18:31 2014 -0800

    s3-printing: Fix obvious memory leak in printer_list_get_printer().
    
    https://bugzilla.samba.org/show_bug.cgi?id=9993
    
    Signed-off-by: Jeremy Allison <[email protected]>
    Reviewed-by: Ira Cooper <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    Autobuild-Date(master): Tue Feb 25 13:19:37 CET 2014 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/printing/printer_list.c b/source3/printing/printer_list.c
index a64775d..4a66b96 100644
--- a/source3/printing/printer_list.c
+++ b/source3/printing/printer_list.c
@@ -134,6 +134,7 @@ NTSTATUS printer_list_get_printer(TALLOC_CTX *mem_ctx,
 done:
        SAFE_FREE(nstr);
        SAFE_FREE(cstr);
+       SAFE_FREE(lstr);
        TALLOC_FREE(key);
        return status;
 }


-- 
Samba Shared Repository

Reply via email to