[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-182-g664f2fc

Andrew Bartlett abartlet at samba.org
Wed Apr 16 07:03:23 GMT 2008


The branch, v4-0-test has been updated
       via  664f2fc49f32a081f14638571ee0db01a7863347 (commit)
      from  fee7ea7080ec40182efc6ffe57b267444eb9389a (commit)

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


- Log -----------------------------------------------------------------
commit 664f2fc49f32a081f14638571ee0db01a7863347
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Apr 16 09:02:12 2008 +0200

    Now that we don't create a new event context, don't free it.
    
    This previously would free the torture provided global event context.
    
    Andrew Bartlett

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/messaging/tests/messaging.c b/source/lib/messaging/tests/messaging.c
index 45b5735..f66b3a5 100644
--- a/source/lib/messaging/tests/messaging.c
+++ b/source/lib/messaging/tests/messaging.c
@@ -134,7 +134,6 @@ static bool test_ping_speed(struct torture_context *tctx)
 	talloc_free(msg_client_ctx);
 	talloc_free(msg_server_ctx);
 
-	talloc_free(ev);
 	return true;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list