Fix: consumerd: use-after-free of metadata bucket
[lttng-tools.git] / src / common / consumer / consumer.c
index 301a8bc7ac52d3574c89ff73d5fa975ae75001a6..cbd3f67a900d211fc6173de56464a4faa47c754f 100644 (file)
@@ -179,7 +179,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.02395 seconds and 4 git commands to generate.