X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=liblttng-ust%2Flttng-filter.c;h=70e489fc16841b27d4c7e5fa61dc4d53e61fe2d0;hb=d8d2416dab454962b90222ba46c82cdce0c666a4;hp=5ee12d26e8fb9fa08c91c437652b7b31d2d46a57;hpb=8968a99fff433db0ce9268ed8f4107ddaf072186;p=deliverable%2Flttng-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); +}