X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=fcb100e1a64ade8cf1c50b7c9f07bc55f931e39d;hb=59999197d40a0811585912bfac399c3492b61da2;hp=3a102b467d3c1189ada045dd22fbda1d61eb6ed7;hpb=7a843330fa4fb0e5f7139970b9b3f38292bc45c8;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 3a102b467..fcb100e1a 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -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