fixed ForceClosed() crashes con CloseDB()

This commit is contained in:
jefft%netscape.com 1999-05-15 00:47:47 +00:00
Родитель ad8cd5870b
Коммит 0bdd196b04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -615,6 +615,7 @@ NS_IMETHODIMP nsMsgDatabase::CloseMDB(PRBool commit)
NS_IMETHODIMP nsMsgDatabase::ForceClosed()
{
nsresult err = NS_OK;
nsCOMPtr<nsIMsgDatabase> aDb(do_QueryInterface(this, &err));
NotifyAnnouncerGoingAway();
// OK, remove from cache first and close the store.