Fix: Ambiguous agent event filter bytecode ownership
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 15 Nov 2014 05:20:15 +0000 (00:20 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 16 Nov 2014 11:57:35 +0000 (06:57 -0500)
commit971da06a61170301dc28c2203ef0679c3024e21d
tree3f1b8417a587dd09fd8d39a458b69a5f3656ee1d
parent49d21f93659c296425c129bc7722bd8255f5c1b1
Fix: Ambiguous agent event filter bytecode ownership

A shared ownership of the filter bytecode between UST events
and Agent event led to a leak in cmd_enable_event() which was
fixed previously. However, that fix introduced a bug which
passed NULL to the agent event creation function.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c
src/bin/lttng-sessiond/cmd.c
This page took 0.024725 seconds and 4 git commands to generate.