Fix: ust-consumer.c: Double unlock of channel lock
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index f8706d0ba88528e3dbf1e698de96eec9c4d5073d..46b644d347f856d8ef5185008f2db94eaf072a05 100644 (file)
@@ -2170,7 +2170,6 @@ end_msg_sessiond:
 
 end_channel_error:
        if (channel) {
-               pthread_mutex_unlock(&channel->lock);
                /*
                 * Free channel here since no one has a reference to it. We don't
                 * free after that because a stream can store this pointer.
This page took 0.023334 seconds and 4 git commands to generate.