[SCM] Samba Shared Repository - branch master updated

Kamen Mazdrashki kamenim at samba.org
Thu Apr 8 18:10:51 MDT 2010


The branch, master has been updated
       via  8126c78... s4/torture: Suppress Valgrind warnings
      from  8468137... s4-winreg: add winreg_DeleteKeyEx stub.

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


- Log -----------------------------------------------------------------
commit 8126c78c76965fe6158fb8ef426abf256551e725
Author: Kamen Mazdrashki <kamenim at samba.org>
Date:   Tue Mar 30 00:13:46 2010 +0300

    s4/torture: Suppress Valgrind warnings
    
    This patch suppresses two Valgrind warnings of type
    "xxx bytes in yy blocks are indirectly lost in loss record"

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

Summary of changes:
 source4/torture/smbtorture.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 2aa340e..d3b1fea 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -641,7 +641,8 @@ int main(int argc,char *argv[])
 
 	results = torture_results_init(talloc_autofree_context(), ui_ops);
 
-	torture = torture_context_init(s4_event_context_init(NULL), results);
+	torture = torture_context_init(s4_event_context_init(talloc_autofree_context()),
+	                               results);
 	if (basedir != NULL) {
 		if (basedir[0] != '/') {
 			fprintf(stderr, "Please specify an absolute path to --basedir\n");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list