Free resources for dockview

v0.6
audoban 8 years ago
parent 33249a917b
commit 122ca92fe9

@ -241,9 +241,8 @@ void DockCorona::dockContainmentDestroyed(QObject *cont)
auto view = m_waitingDockViews.take(static_cast<Plasma::Containment *>(cont));
if (view)
view->destroy();
delete view;
//view->deleteLater();
emit docksCountChanged();
}

Loading…
Cancel
Save