Fix: add missing pthread_join in sessiond
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 Sep 2013 13:31:28 +0000 (08:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2013 13:02:47 +0000 (09:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.026837 seconds and 4 git commands to generate.