diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 9f11559a..cd3fed1d 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() { m_lSurfacesFadingOut.remove(ls); delete ls; + Debug::log(LOG, "Cleanup: destroyed a layersurface"); + return; } }