Introduce common event structure
[lttng-ust.git] / liblttng-ust / lttng-bytecode.c
index 81c83ceff614e4fab9958b12089a963c8b07679e..5956f7bab45fe3a942f1219e229dc5a5f6585610 100644 (file)
@@ -610,7 +610,7 @@ void free_filter_runtime(struct cds_list_head *bytecode_runtime_head)
 
 void lttng_free_event_filter_runtime(struct lttng_event *event)
 {
-       free_filter_runtime(&event->filter_bytecode_runtime_head);
+       free_filter_runtime(&event->parent->filter_bytecode_runtime_head);
 }
 
 void lttng_free_event_notifier_filter_runtime(
This page took 0.024042 seconds and 4 git commands to generate.