https://bugs.kde.org/show_bug.cgi?id=356470
--- Comment #4 from lal...@atlas.cz --- The value of m_applet in applets/systemtray/plugin/protocols/plasmoid:PlasmoidTask::~PlasmoidTask() is sometimes NULL. The crash can be "fixed" by simple if (m_applet) m_applet->destroy(); but I suppose, that the m_applet should not be NULL in the first place. -- You are receiving this mail because: You are watching all bug changes.