[akregator] [Bug 336417] Akregator crashes when being closed

David Faure faure at kde.org
Fri Oct 17 20:11:20 BST 2014


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

--- Comment #20 from David Faure <faure at kde.org> ---
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.



More information about the Kdepim-bugs mailing list