21 Jun
2023
21 Jun
'23
10:02 a.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland_surface.c:
err: if (fd >= 0) close(fd); + if (handle) NtClose(handle);
You might need to `NtUnmapViewOfSection(GetCurrentProcess(), shm_buffer->map_data);` on the err: path though? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2944#note_36453