Bug 96108: Fix another regression mscott noticed; this file shouldn't have
been touched. git-svn-id: svn://10.0.0.236/trunk@110946 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
80f81c131b
commit
3b9f18f8df
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user