diff options
Diffstat (limited to 'source4/torture/local/messaging.c')
-rw-r--r-- | source4/torture/local/messaging.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/local/messaging.c b/source4/torture/local/messaging.c index bef2604006..204b6bf299 100644 --- a/source4/torture/local/messaging.c +++ b/source4/torture/local/messaging.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" enum {MY_PING=1000, MY_PONG, MY_EXIT}; @@ -131,7 +132,7 @@ static BOOL test_ping_speed(TALLOC_CTX *mem_ctx) talloc_free(msg_ctx); - event_context_destroy(ev); + talloc_free(ev); return ret; } |