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>
Sat, 16 Feb 2019 21:41:46 +0000 (16:41 -0500)
commitab8f7245ba13d770ecc71d8624160c0e9429a616
treea79efa1766b334bb876a66e3be353ef4f484f0a1
parent511880aae24e4a4a4d1abdc414a34247767321e3
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.025839 seconds and 4 git commands to generate.