https://bugs.kde.org/show_bug.cgi?id=435811

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sit...@kde.org

--- Comment #7 from Harald Sitter <sit...@kde.org> ---
What I believe happens is that TaskManager::WindowTasksModel::rowsInserted
calls into setEnvironmentFromTasksModelIndex which does
m_tasksModel->deleteLater() and sets the pointer to null. BUT that doesn't
disconnect the connection so when another rowsInserted happens after that it
will stumble over the previously set nullptr. Not quite sure how to best
resolve this, probably simplest to disconnect.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to