Implement filter bytecode support in lttng-session, and parse filter string
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index cd1660d593dbf16a96c662a3bf0a7a143653cb9a..4001ec87bdd8359f6224a1915e84c62f9c22486a 100644 (file)
@@ -410,7 +410,7 @@ void trace_ust_destroy_event(struct ltt_ust_event *event)
 {
        DBG2("Trace destroy UST event %s", event->attr.name);
        destroy_contexts(event->ctx);
-
+       free(event->filter);
        free(event);
 }
 
This page took 0.022887 seconds and 4 git commands to generate.