9 Oct
2025
9 Oct
'25
9:13 p.m.
Esme Povirk (@madewokherd) commented about dlls/win32u/tests/win32u.c:
ok_(file, line)( ret, "CreateProcessA failed, error %lu\n", GetLastError() ); if (!ret) return;
- wait_child_process( info.hProcess ); + wait_child_process( &info ); CloseHandle( info.hThread ); CloseHandle( info.hProcess );
I think these `CloseHandle` calls are redundant now? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9141#note_118207