[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Feb 25 05:20:04 MST 2014


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 <jra at samba.org>
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 <jra at samba.org>
    Reviewed-by: Ira Cooper <ira at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    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


More information about the samba-cvs mailing list