Skip to content

desktop-shell: avoid crashes when a surface disappears during resize

Michael Olbrich requested to merge mol/weston:shell-resize-close into main

The desktop_surface object is destroyed first so it can happen that the shsurf still exists but desktop_surface is already NULL. So expand the check to make sure the desktop_surface is still available in the resize callbacks.

Signed-off-by: Michael Olbrich m.olbrich@pengutronix.de

Merge request reports