https://bugs.kde.org/show_bug.cgi?id=336417
--- Comment #20 from David Faure <[email protected]> --- Reproduced (using Xephyr to test logging out and debug the issue). Akregator::MainWidget::slotOnShutdown deletes m_mainFrame, and later on Akregator::MainWidget::slotFetchingStopped (triggered by the global object FetchQueue being deleted) uses m_mainFrame. Easy to fix with m_mainFrame = 0 and a null check, but this sounds like the mainwidget isn't getting deleted anymore, so I'll check that. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
