ignore null ls-es in cleanup

This commit is contained in:
vaxerski 2023-01-23 18:23:44 +00:00
parent 2a5ae435e1
commit cb6e36d804

View file

@ -194,6 +194,7 @@ void CMonitor::onDisconnect() {
for (size_t i = 0; i < 4; ++i) {
for (auto& ls : m_aLayerSurfaceLayers[i]) {
if (ls->layerSurface && !ls->fadingOut)
wlr_layer_surface_v1_destroy(ls->layerSurface);
}
m_aLayerSurfaceLayers[i].clear();