Fix: relayd: don't put un-acquired trace chunk reference
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Oct 2019 20:53:48 +0000 (16:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Nov 2019 03:28:49 +0000 (22:28 -0500)
commitae7530efe70c28f341cc6b03835e658408103f70
tree9a7d1ff1017816055b369eaf5f05be864b99467d
parente3e85850a103b77b2eb39f2a848b8c262e56eb64
Fix: relayd: don't put un-acquired trace chunk reference

stream_create() should not release (put) the reference to the current
trace chunk in its error path if it could not acquire a new reference
in the first place.

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