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:
parent
2ef07ad551
commit
8eaf64b47b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user