Fix: relayd: unbalanced RCU read lock/unlock
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 69131a7bb374e9d73666449588fcf6ddc2251553..24288d28756642fe3c74b68e04611326e9387007 100644 (file)
@@ -2620,6 +2620,7 @@ restart:
 
                                if (revents & LPOLLIN) {
                                        if (conn->type != RELAY_DATA) {
+                                               rcu_read_unlock();
                                                continue;
                                        }
 
This page took 0.022777 seconds and 4 git commands to generate.