diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/messaging.c | 3 | ||||
-rw-r--r-- | source4/torture/nbt/query.c | 1 | ||||
-rw-r--r-- | source4/torture/raw/composite.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/echo.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/netlogon.c | 1 |
5 files changed, 6 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; } diff --git a/source4/torture/nbt/query.c b/source4/torture/nbt/query.c index 6afde67032..b89a774e06 100644 --- a/source4/torture/nbt/query.c +++ b/source4/torture/nbt/query.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" #include "libcli/nbt/libnbt.h" #include "librpc/gen_ndr/ndr_nbt.h" diff --git a/source4/torture/raw/composite.c b/source4/torture/raw/composite.c index 98f33bea3e..49de23713e 100644 --- a/source4/torture/raw/composite.c +++ b/source4/torture/raw/composite.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" #include "libcli/raw/libcliraw.h" #include "libcli/composite/composite.h" diff --git a/source4/torture/rpc/echo.c b/source4/torture/rpc/echo.c index ec16a7bcd9..7bf3a9dcc1 100644 --- a/source4/torture/rpc/echo.c +++ b/source4/torture/rpc/echo.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "events.h" #include "librpc/gen_ndr/ndr_echo.h" diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 34ce26801f..f1ed62c7d4 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -23,6 +23,7 @@ */ #include "includes.h" +#include "events.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "auth/auth.h" |