diff --git a/synth.c b/synth.c index bcee672..af2e6cc 100644 --- a/synth.c +++ b/synth.c @@ -278,6 +278,5 @@ void *espeak_thread(void *arg) } } pthread_mutex_unlock(&queue_guard); - espeak_Terminate(); return NULL; }