mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Commitf5d8e112introduced a regression, removing the call to wl_surface_commit() except for the initial configure event. That causes a massive GPU memory leak. Fix the issue by restoring the wl_surface_commit() for all configure events, as before commitf5d8e112. Fixes:f5d8e112("xwayland: Avoid premature surface commit running rootfull") Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1877 Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2153>