diff --git a/synth.c b/synth.c index af2e6cc..ca9972c 100644 --- a/synth.c +++ b/synth.c @@ -277,6 +277,7 @@ void *espeak_thread(void *arg) pthread_cond_signal(&stop_acknowledged); } } + pthread_cond_signal(&stop_acknowledged); pthread_mutex_unlock(&queue_guard); return NULL; }