[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Mon Mar 29 13:53:17 MDT 2010


The branch, master has been updated
       via  c5d1d68... s4:registry/util.c - remove those "talloc_free"s
      from  c38e962... s4:registry/tests/generic.c - fix the DWORD_* types test to work also against big endian platforms

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


- Log -----------------------------------------------------------------
commit c5d1d68f0bb9b2d544bab01adc4daad8ed6103fc
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Mon Mar 29 21:52:12 2010 +0200

    s4:registry/util.c - remove those "talloc_free"s
    
    They're not really necessary.

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

Summary of changes:
 source4/lib/registry/util.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/registry/util.c b/source4/lib/registry/util.c
index 6552e4d..0620748 100644
--- a/source4/lib/registry/util.c
+++ b/source4/lib/registry/util.c
@@ -287,8 +287,5 @@ WERROR reg_key_add_abs(TALLOC_CTX *mem_ctx, struct registry_context *ctx,
 
 	error = reg_key_add_name(mem_ctx, parent, n, NULL, sec_desc, result);
 
-	talloc_free(parent);
-	talloc_free(n);
-
 	return error;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list