mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
fix 333877 100% cpu usage on imap idle when connection dies, original idea by robin.grindley@ieee.org, sr=mscott
This commit is contained in:
parent
d9a8f3d872
commit
8f6e411ffd
@ -297,6 +297,8 @@ void nsImapServerResponseParser::ParseIMAPServerResponse(const char *currentComm
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
SetConnected(PR_FALSE);
|
||||
PL_strfree(copyCurrentCommand);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user