6 Aug
2025
6 Aug
'25
1:47 p.m.
Rémi Bernon (@rbernon) commented about dlls/mf/session.c:
struct list *e; HRESULT hr;
+ if (session->command_state == COMMAND_STATE_SUBMITTED) return; +
This then shouldn't be necessary, the function should only ever be called with the proper command state. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8722#note_112231