1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

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
(This used to be commit 664f2fc49f32a081f14638571ee0db01a7863347)
This commit is contained in:
Andrew Bartlett 2008-04-16 09:02:12 +02:00
parent 2ef07ad551
commit 8eaf64b47b

View File

@ -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;
}