From: Zifei Tong Date: Tue, 4 Feb 2014 18:55:11 +0000 (-0500) Subject: Fix: remove free in unit test not needed anymore X-Git-Tag: v2.5.0-rc1~227 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d7a72c64c5108b76f1fb524633022d621620e718;hp=719af1bb6e6719c6170e059a7e473aa7923ddae9 Fix: remove free in unit test not needed anymore Signed-off-by: David Goulet --- diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c index 52b93e9f6..92f877189 100644 --- a/tests/unit/test_ust_data.c +++ b/tests/unit/test_ust_data.c @@ -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); }