зеркало из https://github.com/mozilla/gecko-dev.git
Bug 96108: Fix another regression mscott noticed; this file shouldn't have
been touched.
This commit is contained in:
Родитель
dad6f73f5d
Коммит
e4d4fd2a34
|
@ -179,9 +179,9 @@ NS_IMETHODIMP nsMsgBiffManager::RemoveServerBiff(nsIMsgIncomingServer *server)
|
|||
if(pos != -1)
|
||||
{
|
||||
nsBiffEntry *biffEntry = (nsBiffEntry*)mBiffArray->ElementAt(pos);
|
||||
mBiffArray->RemoveElementAt(pos);
|
||||
delete biffEntry;
|
||||
}
|
||||
mBiffArray->Clear();
|
||||
|
||||
//Should probably reset biff time if this was the server that gets biffed next.
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче