Fix: ust-consumerd: leak of stream control structure
[lttng-tools.git] / src / common / consumer / consumer-stream.c
index 9f134e141b549f4e478faadaf15a64f58b83fc71..0f60dfd08e3a3e1b264d445698d8ace2e727ec0d 100644 (file)
@@ -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);
                }
 
This page took 0.023746 seconds and 4 git commands to generate.