mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
fix 330760, crash in shutdown in nsMsgSearchDBView::~nsMsgSearchDBView, sr=mscott
This commit is contained in:
parent
4c420a1b61
commit
e92252418c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user