mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-21 15:24:17 +02:00
another termination fix
espeak_thread needs to signal softsynth_thread once more as it is going town so that softsynth_thread will see that should_run is now 0 and terminate.
This commit is contained in:
parent
5ec3809c59
commit
24bcdf5666
1 changed files with 1 additions and 0 deletions
1
synth.c
1
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue