[SCM] Samba Shared Repository - branch master updated - d53f82a1cf9a369ae3e657fea845f19313f06eb4

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


The branch, master has been updated
       via  d53f82a1cf9a369ae3e657fea845f19313f06eb4 (commit)
      from  549c2cb7a88340be4069a4d60a413627818aee9f (commit)

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


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

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_streams_depot.c b/source3/modules/vfs_streams_depot.c
index f8a8d97..9e0a589 100644
--- a/source3/modules/vfs_streams_depot.c
+++ b/source3/modules/vfs_streams_depot.c
@@ -128,7 +128,6 @@ static char *stream_dir(vfs_handle_struct *handle, const char *base_path,
 	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