fix 330760, crash in shutdown in nsMsgSearchDBView::~nsMsgSearchDBView, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2006-03-17 00:47:17 +00:00
parent 4c420a1b61
commit e92252418c

View File

@ -73,6 +73,7 @@ NS_IMETHODIMP nsMsgXFVirtualFolderDBView::Close()
for(PRInt32 i = 0; i < count; i++)
m_dbToUseList[i]->RemoveListener(this);
m_dbToUseList.Clear();
return NS_OK;
}