Revision 9406e45...

Go back to digest for 6th October 2013

Bug Fixes in KDE-PIM

Dan Vratil committed changes in [kdepim-runtime/KDE/4.11] resources/imap/imapresource.cpp:

Disconnect session pool manually in ImapResource destructor

Otherwise the pool is disconnected when destroyed from QObject destructor.
Disconnecting while there's a task pending in ResourceScheduler leads to
calling QObject::invokeMethod() on the same QObject, which crashes, because
some of it's data has been already destroyed.


FIXED-IN: 4.11.3

File Changes

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