X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-stream.c;h=0f60dfd08e3a3e1b264d445698d8ace2e727ec0d;hb=7a843330fa4fb0e5f7139970b9b3f38292bc45c8;hp=9f134e141b549f4e478faadaf15a64f58b83fc71;hpb=4872076767c2e6e033b3bae4d3c909b3c713bb66;p=lttng-tools.git diff --git a/src/common/consumer/consumer-stream.c b/src/common/consumer/consumer-stream.c index 9f134e141..0f60dfd08 100644 --- a/src/common/consumer/consumer-stream.c +++ b/src/common/consumer/consumer-stream.c @@ -921,6 +921,7 @@ void consumer_stream_destroy(struct lttng_consumer_stream *stream, * If the stream is not visible globally, this needs to be done * outside of the consumer data lock section. */ + destroy_close_stream(stream); free_chan = unref_channel(stream); }