16 Jan
2023
16 Jan
'23
5:05 p.m.
On Mon Jan 16 16:20:40 2023 +0000, Jinoh Kang wrote:
```suggestion:-0+0 WaitForSingleObject(thread, INFINITE); CloseHandle(thread); ``` Readers cannot infer that `session_join_worker_thread` closes the given handle from the function's name. Instead of renaming it to `session_join_close_worker_thread`, might as well open code it.
Yeah the function is pretty short at this point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1948#note_21059