Introduce a new utils_resolve_relative function
[lttng-tools.git] / tests / unit / test_ust_data.c
index c79dbf6f4001a0a20a0a3ba0c3b479d7b9053e96..ae8b1232a02a1b3f0f9a2095f2741c99b975fb10 100644 (file)
@@ -33,8 +33,6 @@
 
 #include <tap/tap.h>
 
-#include "utils.h"
-
 /* This path will NEVER be created in this test */
 #define PATH1 "/tmp/.test-junk-lttng"
 
@@ -178,6 +176,7 @@ static void test_create_ust_context(void)
 
        ok((int) uctx->ctx.ctx == LTTNG_UST_CONTEXT_VTID,
           "Validate UST context");
+       free(uctx);
 }
 
 int main(int argc, char **argv)
This page took 0.02406 seconds and 5 git commands to generate.