Skip to content
Commit 9406e459 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

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.

BUG: 325443
FIXED-IN: 4.11.3
parent c5611495
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment