X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-bytecode.c;h=0818b39ba03172e163d83fed1bc8bd681e2b89cd;hb=d7d45c0dc2815c77a947c745dfa79ed4060cc1c5;hp=69dcd76b1548c41ede063e93133861daede9ef68;hpb=fd17d7cecd427479c035cd99cb2b2fb622bb3a38;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode.c b/liblttng-ust/lttng-bytecode.c index 69dcd76b..0818b39b 100644 --- a/liblttng-ust/lttng-bytecode.c +++ b/liblttng-ust/lttng-bytecode.c @@ -614,7 +614,7 @@ void lttng_free_event_recorder_filter_runtime(struct lttng_ust_event_recorder *e } void lttng_free_event_notifier_filter_runtime( - struct lttng_event_notifier *event_notifier) + struct lttng_ust_event_notifier *event_notifier) { free_filter_runtime(&event_notifier->parent->filter_bytecode_runtime_head); }