Fix: double RCU unlock on event_agent_disable_all
[lttng-tools.git] / src / bin / lttng-sessiond / event.c
index dacd56d33bd1985c76959c4982b1de85b1af521e..8cca21391d43dd9b20b877bc920e14d10c1a348e 100644 (file)
@@ -647,8 +647,6 @@ int event_agent_disable_all(struct ltt_ust_session *usess,
                        goto error_unlock;
                }
        }
-       rcu_read_unlock();
-
        ret = LTTNG_OK;
 
 error_unlock:
This page took 0.023324 seconds and 4 git commands to generate.