Fix: destroy called twice on quit pipe
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Dec 2018 20:36:20 +0000 (15:36 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 Feb 2019 19:48:34 +0000 (14:48 -0500)
commitbd3739b081f96057a93a234e6ac1c98a9a44ca39
tree5045191009b7c832d01f261a9dd597f36b116840
parentc8e0c5f5d94fb574f4e5d7518f0f8e6f984dfe3d
Fix: destroy called twice on quit pipe

A consumer management thread can be launched successsfully and yet
still report an error encoutered during its initialization. If
such an error occurs, the cleanup function is invoked explicitly
in the error path and will be called again when the last reference
to the thread is released.

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