8 Jul
2025
8 Jul
'25
9:31 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_surface.c:
return client;
err: wayland_client_surface_release(client);
```suggestion:-0+0 client_surface_release(&client->client); ``` (compiler didn't complain because this code was previously unreachable) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8522#note_109082