[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4577-g1cc55ef

Jeremy Allison jra at samba.org
Mon Dec 1 22:12:22 GMT 2008


The branch, v3-3-test has been updated
       via  1cc55ef88321927e87d5ce0c6b1edd98d2e6f936 (commit)
      from  2e401bf868ba04285e58945a2dd5bf10605fc6d9 (commit)

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


- Log -----------------------------------------------------------------
commit 1cc55ef88321927e87d5ce0c6b1edd98d2e6f936
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Dec 1 14:11:54 2008 -0800

    s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the default value
    
    metze

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

Summary of changes:
 source/modules/vfs_streams_depot.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_streams_depot.c b/source/modules/vfs_streams_depot.c
index 3f5231a..2096df4 100644
--- a/source/modules/vfs_streams_depot.c
+++ b/source/modules/vfs_streams_depot.c
@@ -127,7 +127,6 @@ static char *stream_dir(vfs_handle_struct *handle, const char *base_path,
 	const char *rootdir = lp_parm_const_string(
 		SNUM(handle->conn), "streams_depot", "directory",
 		tmp);
-	TALLOC_FREE(tmp);
 
 	if (base_sbuf == NULL) {
 		if (SMB_VFS_NEXT_STAT(handle, base_path, &sbuf) == -1) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list