30 Aug
2022
30 Aug
'22
9:06 a.m.
Huw Davies (@huw) commented about dlls/winepulse.drv/pulse.c:
break; }
+ if (pa_context_get_state(pulse_ctx) != PA_CONTEXT_READY) + goto fail; +
This whole loop doesn't look right. @jacek do happen to know how this is supposed to work? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/723#note_7204