Fix: add missing pthread_join in sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 3df9216b035df777e7b085bac81e957754923d02..9d0d01f14662bee7b023eb0c621c431d651c3add 100644 (file)
@@ -4808,6 +4808,7 @@ exit_apps_notify:
                goto error;     /* join error, exit without cleanup */
        }
 
+
 exit_apps:
        ret = pthread_join(reg_apps_thread, &status);
        if (ret != 0) {
This page took 0.024958 seconds and 5 git commands to generate.