Fix: consumerd: use-after-free of metadata bucket
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index 423b3f7bb2905196d78f9265edf98677dc9cf12d..6b3984eb6902cf7286767920bb315dfa14126590 100644 (file)
@@ -436,7 +436,6 @@ static int lttng_kconsumer_snapshot_metadata(
        ret = 0;
 error_snapshot:
        metadata_stream->read_subbuffer_ops.unlock(metadata_stream);
-       cds_list_del(&metadata_stream->send_node);
        consumer_stream_destroy(metadata_stream, NULL);
        metadata_channel->metadata_stream = NULL;
        rcu_read_unlock();
This page took 0.024607 seconds and 4 git commands to generate.