27 Nov
2025
27 Nov
'25
1:48 p.m.
Rémi Bernon (@rbernon) commented about dlls/opengl32/unix_wgl.c:
unmap_vk_buffer( buffer ); }
- if (buffer->host_ptr != buffer->map_ptr) - { - if (buffer->copy_length) + if (buffer->map_ptr && buffer->copy_length)
This could even be `if (buffer->copy_length)` don't you think? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9610#note_123942