log layersurface cleanup
This commit is contained in:
parent
6db68917ab
commit
f0d52d8a88
1 changed files with 2 additions and 0 deletions
|
|
@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() {
|
||||||
m_lSurfacesFadingOut.remove(ls);
|
m_lSurfacesFadingOut.remove(ls);
|
||||||
delete ls;
|
delete ls;
|
||||||
|
|
||||||
|
Debug::log(LOG, "Cleanup: destroyed a layersurface");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue