Fix: remove free in unit test not needed anymore
[lttng-tools.git] / tests / unit / test_ust_data.c
index 52b93e9f6b87013bda56f56c34e1d7f65cfabc1c..92f8771898b5167ffd47dc7cf32b52bc8e9a95bb 100644 (file)
@@ -172,7 +172,6 @@ static void test_create_ust_event_exclusion(void)
           event->attr.name[LTTNG_UST_SYM_NAME_LEN - 1] == '\0',
           "Validate UST event and exclusion");
 
-       free(exclusion);
        trace_ust_destroy_event(event);
 }
 
This page took 0.024272 seconds and 5 git commands to generate.