Browse Source

Merge pull request #573 from sthibaul/master

Fix termination test in event processing
master
Reece H. Dunn 6 years ago
parent
commit
3088967d25
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/event.c

+ 1
- 1
src/libespeak-ng/event.c View File

{ {
(void)p; // unused (void)p; // unused


while (my_terminate_is_required) {
while (!my_terminate_is_required) {
bool a_stop_is_required = false; bool a_stop_is_required = false;


(void)pthread_mutex_lock(&my_mutex); (void)pthread_mutex_lock(&my_mutex);

Loading…
Cancel
Save