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?