Fix: memory leaks on event notifier destroy
[deliverable/lttng-modules.git] / include / lttng / events.h
index e6572680e6c6af76c28a55ae9b4df0cf6800be51..6aa880f82eb1b8737dad767b0c5e94a23a159888 100644 (file)
@@ -987,6 +987,7 @@ void lttng_enabler_link_bytecode(const struct lttng_event_desc *event_desc,
                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.02395 seconds and 5 git commands to generate.