X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=cbd3f67a900d211fc6173de56464a4faa47c754f;hb=18acc0a479471e15fb7b7fc3ca5f38e7ce8f72d3;hp=301a8bc7ac52d3574c89ff73d5fa975ae75001a6;hpb=47287c8c2ec367b9718dc1eb0f5aef4f492637af;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 301a8bc7a..cbd3f67a9 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -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