Revision 5c4a1fe...

Go back to digest for 3rd March 2013

Bug Fixes in KDE-PIM

David Faure committed changes in [kdepim-runtime/KDE/4.10] resources/imap/sessionpool.cpp:

Fix crash in SessionPool::onPasswordRequestDone, again due to m_pendingInitialSession.

It could become dangling in the following case:
- wrong imap password, error dialog shows up, leave it up
- wait for connection to drop (idle timeout, or maybe due to losing network altogether)
- resource reconnects, wrong password still, error dialog show up.
When closing them both, the 2nd one ends up in SessionPool::onPasswordRequestDone with
a dangling m_pendingInitialSession.

File Changes

Modified 1 files
  • resources/imap/sessionpool.cpp
1 files changed in total