Skip to content

Commit

Permalink
Merge pull request #73 from nemomobile-packages/protocolFix
Browse files Browse the repository at this point in the history
[qmf] Stop _incomingDataTimer when imapprotocol object is destroyed.
  • Loading branch information
VDVsx committed Feb 23, 2015
2 parents e6f10af + 26a1084 commit 1146250
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 1146250

Please sign in to comment.