From: Mathieu Desnoyers Date: Wed, 11 Jan 2017 20:49:49 +0000 (-0500) Subject: Fix: consumerd: add missing put_subbuf for ust and kernel errors X-Git-Tag: v2.9.4~11 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=becac7c4dcc7ea735993df97192b5fe880011430;hp=becac7c4dcc7ea735993df97192b5fe880011430;p=lttng-tools.git Fix: consumerd: add missing put_subbuf for ust and kernel errors While reading a sub-buffer, error handling need to put the sub-buffer, else all future attempts to use the stream will trigger warnings. The affects recent features added to UST and kernel tracing. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---