Fix: memory leaks on event notifier destroy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 3 Mar 2021 15:22:38 +0000 (10:22 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 3 Mar 2021 18:15:46 +0000 (13:15 -0500)
commit3ef5cc037506f5bce971bd66ef2f77310eca6650
treefe1a12a90fa5ffe7c58e245966a7909f305881b8
parent966ad25338569b3afbc1e900ec791eba54c67c9b
Fix: memory leaks on event notifier destroy

Both filter runtime and event enabler ref objects are owned by the
event notifier, but are not freed upon destruction of the event notifier
object, thus leaking memory.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I511569f56a38f670549a93cb6179b77861245712
include/lttng/events.h
src/lttng-bytecode.c
src/lttng-events.c
This page took 0.024652 seconds and 5 git commands to generate.