Skip to content

wayland/subsurface: Check if actor exists before unparenting

Robert Mader requested to merge rmader/mutter:subsurface-warnings into master

When we call the subsurface destructor the actor might be gone already. Check first, like we do in other places, to avoid warnings (well, actually a crash if compiled without assertions).

This happens constantly in FF-Wayland

Edited by Robert Mader

Merge request reports