25 Oct
2022
25 Oct
'22
6:11 p.m.
Zebediah Figura (@zfigura) commented about server/thread.c:
struct thread_apc *apc; int success;
- if (thread == current || thread->state == TERMINATED) continue; + if (thread == current || thread->state == TERMINATED || thread->wait) continue;
This doesn't look like it should be part of this patch... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/741#note_12078