Fix: stop sessiond threads on health thread error
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 2752e9ff37be7f142a76eebd902a51a530c14217..85a35183fba5acc00a4cd80e755005c204396339 100644 (file)
@@ -4325,7 +4325,7 @@ error:
        }
 
        lttng_poll_clean(&events);
-
+       stop_threads();
        rcu_unregister_thread();
        return NULL;
 }
This page took 0.023063 seconds and 4 git commands to generate.