sig-monitor: Fix exit in signal handler
[src/app-framework-binder.git] / src / jobs.c
index 3b617b5..aa014f3 100644 (file)
@@ -915,6 +915,7 @@ void jobs_exit(void (*handler)())
        }
 
        /* wake up the threads */
+       evloop_wakeup();
        pthread_cond_broadcast(&cond);
 
        /* leave */