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:
bienvenu%nventure.com 2006-08-18 20:16:12 +00:00
Родитель 5b280c2f85
Коммит 15aa5c822e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -297,6 +297,8 @@ void nsImapServerResponseParser::ParseIMAPServerResponse(const char *currentComm
}
}
}
else
SetConnected(PR_FALSE);
PL_strfree(copyCurrentCommand);
}