mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
removed an unnecessary call to espeak_Terminate()
This commit is contained in:
parent
dd00775695
commit
eb74a3ce17
1 changed files with 0 additions and 1 deletions
1
synth.c
1
synth.c
|
|
@ -278,6 +278,5 @@ void *espeak_thread(void *arg)
|
|||
}
|
||||
}
|
||||
pthread_mutex_unlock(&queue_guard);
|
||||
espeak_Terminate();
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue