Fix: memory leaks on event destroy
[lttng-modules.git] / include / lttng / events.h
index 51892335010afea17f1056a7a4a010a19e75f672..e6572680e6c6af76c28a55ae9b4df0cf6800be51 100644 (file)
@@ -986,6 +986,7 @@ 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);
 
 int lttng_probes_init(void);
 
This page took 0.023114 seconds and 4 git commands to generate.