X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-stream.c;h=6fe91c2371f16d51836cce898a4eab4bc0cd8ff3;hb=47287c8c2ec367b9718dc1eb0f5aef4f492637af;hp=a23322c8d84b584dd1c78f2d282063dd4d2f1a64;hpb=09c640add9b7586b09dd837f7590203f4e7317c3;p=lttng-tools.git diff --git a/src/common/consumer/consumer-stream.c b/src/common/consumer/consumer-stream.c index a23322c8d..6fe91c237 100644 --- a/src/common/consumer/consumer-stream.c +++ b/src/common/consumer/consumer-stream.c @@ -1091,6 +1091,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); }