Fix: channel and stream leak in consumerd
authorDavid Goulet <dgoulet@ev0ke.net>
Tue, 18 Jun 2013 20:07:02 +0000 (16:07 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 20 Jun 2013 17:20:16 +0000 (13:20 -0400)
commitf2a444f17e07f805109c01ab4c7f53cc98b1adf3
treebadf30879750e055c48d2d90ce62f115ba1ae86d
parent821fffb2f13c9d5178df306f3c87edbeaf881a22
Fix: channel and stream leak in consumerd

Multiple error paths were possibly leaking channel and stream structure
in the lttng-consumerd.

This has been detected by the stress test killing the relayd randomly
during a long period of time.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
src/common/consumer.c
src/common/ust-consumer/ust-consumer.c
This page took 0.027035 seconds and 5 git commands to generate.