removed an unnecessary call to espeak_Terminate()

This commit is contained in:
William Hubbs 2009-06-25 18:45:37 -05:00
commit eb74a3ce17

View file

@ -278,6 +278,5 @@ void *espeak_thread(void *arg)
}
}
pthread_mutex_unlock(&queue_guard);
espeak_Terminate();
return NULL;
}