[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu May 14 08:50:03 MDT 2015


The branch, master has been updated
       via  1aa0161 namequery: Fix a missing TALLOC_FREE
      from  13537db Fix the uint32/16/8 stuff in two proto.h files I missed.

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


- Log -----------------------------------------------------------------
commit 1aa01617bf55d04d2d21a7fba72b5ab8bebd0c03
Author: Volker Lendecke <vl at samba.org>
Date:   Thu May 14 11:28:16 2015 +0000

    namequery: Fix a missing TALLOC_FREE
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ira Cooper <ira at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu May 14 16:49:39 CEST 2015 on sn-devel-104

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

Summary of changes:
 source3/libsmb/namequery.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 8138296..d44b043 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -2666,6 +2666,7 @@ NTSTATUS internal_resolve_name(const char *name,
 		 */
 		resolve_order = filter_out_nbt_lookup(frame, resolve_order);
 		if (resolve_order == NULL) {
+			TALLOC_FREE(frame);
 			return NT_STATUS_NO_MEMORY;
 		}
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list