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