From eb74a3ce171515dd1f2970dfb3d1b6c2f07c6d79 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Jun 2009 18:45:37 -0500 Subject: [PATCH] removed an unnecessary call to espeak_Terminate() --- synth.c | 1 - 1 file changed, 1 deletion(-) 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; }