Skip to content

wayland: Fix a very-frequent crasher

Michael Catanzaro requested to merge mcatanzaro/#1349 into gtk-3-24

This is probably a bandaid rather than a real fix. For some reason, impl->display_server.wl_surface is NULL here, and we crash in that case, so let's not do that. Requires further investigation.

Fixes #1349 (closed)

Merge request reports