Fix: consumerd: use-after-free of metadata bucket
[lttng-tools.git] / src / common / consumer / consumer.c
index 3a102b467d3c1189ada045dd22fbda1d61eb6ed7..fcb100e1a64ade8cf1c50b7c9f07bc55f931e39d 100644 (file)
@@ -185,7 +185,6 @@ static void clean_channel_stream_list(struct lttng_consumer_channel *channel)
        /* Delete streams that might have been left in the stream list. */
        cds_list_for_each_entry_safe(stream, stmp, &channel->streams.head,
                        send_node) {
-               cds_list_del(&stream->send_node);
                /*
                 * Once a stream is added to this list, the buffers were created so we
                 * have a guarantee that this call will succeed. Setting the monitor
This page took 0.023841 seconds and 4 git commands to generate.