Cleanup: Rename filter functions/fields to mention "filter"
[lttng-ust.git] / liblttng-ust / lttng-filter.c
index c25df62adad58e3659c31116331023328d620d4a..aa258e5c5d76a475999be9d4a96205ae783b5066 100644 (file)
@@ -582,7 +582,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->bytecode_runtime_head);
+       free_filter_runtime(&event->filter_bytecode_runtime_head);
 }
 
 void lttng_free_event_notifier_filter_runtime(
This page took 0.022707 seconds and 4 git commands to generate.