https://bugs.kde.org/show_bug.cgi?id=488653
--- Comment #23 from Fabian Vogt <fab...@ritter-vogt.de> --- If anyone is able to reprouce this reliably, please try plasma-browser-integration-host with this line removed: diff --git a/host/settings.cpp b/host/settings.cpp index 6923a1b8..37390043 100644 --- a/host/settings.cpp +++ b/host/settings.cpp @@ -238,7 +238,6 @@ bool Settings::setEnvironmentFromTasksModelIndex(const QModelIndex &idx) qApp->setWindowIcon(QIcon::fromTheme(service->icon())); m_tasksModel->disconnect(this); // prevent further signal emission to not deref a nullptr https://bugs.kde.org/show_bug.cgi?id=435811 - m_tasksModel->deleteLater(); m_tasksModel = nullptr; return true; -- You are receiving this mail because: You are watching all bug changes.