X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-filter.c;h=70e489fc16841b27d4c7e5fa61dc4d53e61fe2d0;hb=d8d2416dab454962b90222ba46c82cdce0c666a4;hp=5ee12d26e8fb9fa08c91c437652b7b31d2d46a57;hpb=53b9d7db85d4fafa5b8044a474bb84b8d80966ad;p=lttng-ust.git diff --git a/liblttng-ust/lttng-filter.c b/liblttng-ust/lttng-filter.c index 5ee12d26..70e489fc 100644 --- a/liblttng-ust/lttng-filter.c +++ b/liblttng-ust/lttng-filter.c @@ -584,3 +584,9 @@ void lttng_free_event_filter_runtime(struct lttng_event *event) { free_filter_runtime(&event->bytecode_runtime_head); } + +void lttng_free_event_notifier_filter_runtime( + struct lttng_event_notifier *event_notifier) +{ + free_filter_runtime(&event_notifier->filter_bytecode_runtime_head); +}