Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/dllmain.c:
if (WAYLANDDRV_UNIX_CALL(init, NULL)) return FALSE;
- /* Read wayland events from a dedicated thread. */
- CreateThread(NULL, 0, wayland_read_events_thread, NULL, 0, &tid);
```suggestion:-0+0 CloseHandle(CreateThread(NULL, 0, wayland_read_events_thread, NULL, 0, &tid)); ```