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