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