Fix: memory leaks on event notifier destroy
[lttng-modules.git] / include / lttng / events.h
index 51892335010afea17f1056a7a4a010a19e75f672..6aa880f82eb1b8737dad767b0c5e94a23a159888 100644 (file)
@@ -986,6 +986,8 @@ void lttng_enabler_link_bytecode(const struct lttng_event_desc *event_desc,
                struct lttng_ctx *ctx,
                struct list_head *instance_bytecode_runtime_head,
                struct list_head *enabler_bytecode_runtime_head);
+void lttng_free_event_filter_runtime(struct lttng_event *event);
+void lttng_free_event_notifier_filter_runtime(struct lttng_event_notifier *event_notifier);
 
 int lttng_probes_init(void);
 
This page took 0.023455 seconds and 4 git commands to generate.