From 3b9f18f8df71fc0b020f2f31eabaa2c1e40c2135 Mon Sep 17 00:00:00 2001 From: "rjesup%wgate.com" Date: Fri, 21 Dec 2001 02:02:30 +0000 Subject: [PATCH] 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 --- mozilla/mailnews/base/src/nsMsgBiffManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/src/nsMsgBiffManager.cpp b/mozilla/mailnews/base/src/nsMsgBiffManager.cpp index 2510bece5d5..22717060f25 100644 --- a/mozilla/mailnews/base/src/nsMsgBiffManager.cpp +++ b/mozilla/mailnews/base/src/nsMsgBiffManager.cpp @@ -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;