Fix: per-uid flush and ust registry locking
[lttng-tools.git] / src / bin / lttng-sessiond / agent.c
index ca28f1b7801bd8ac8693bff35f239a4d3bc12e63..f2283991a029ce954f794cab9d8ee3251074f690 100644 (file)
@@ -910,6 +910,7 @@ void agent_destroy_event(struct agent_event *event)
 {
        assert(event);
 
+       free(event->filter);
        free(event);
 }
 
This page took 0.024421 seconds and 4 git commands to generate.