https://bugs.kde.org/show_bug.cgi?id=271834
David Faure <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from David Faure <[email protected]> --- The code in cancelSessionCreation() says, nowadays: if ( !m_pendingRequests.isEmpty() ) { emit sessionRequestDone( m_pendingRequests.takeFirst(), 0, errorCode, errorMessage ); So the takeFirst() can't abort like in the crash reported here, anymore. -> closing. -- 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
