Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qmf] Stop _incomingDataTimer when imapprotocol object is destroyed.
A crash occurs in case the timer is active and the object is destroyed.
  • Loading branch information
Valério Valério committed Feb 23, 2015
1 parent d9d99c4 commit 26a1084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmf/src/plugins/messageservices/imap/imapprotocol.cpp
Expand Up @@ -2887,6 +2887,7 @@ ImapProtocol::ImapProtocol()

ImapProtocol::~ImapProtocol()
{
_incomingDataTimer.stop();
delete _transport;
delete _fsm;
}
Expand Down

0 comments on commit 26a1084

Please sign in to comment.