X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-bytecode.c;h=5956f7bab45fe3a942f1219e229dc5a5f6585610;hb=80333dfa3049634097979b6504409b8bf8ba8178;hp=81c83ceff614e4fab9958b12089a963c8b07679e;hpb=5bdf9cccfc9093cafbaf5dfd1d9d69aae2ac598d;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.c b/liblttng-ust/lttng-bytecode.c index 81c83cef..5956f7ba 100644 --- a/liblttng-ust/lttng-bytecode.c +++ b/liblttng-ust/lttng-bytecode.c @@ -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(