fix for 56643 topcrash in morkRowObject:CloseRowObject r=putterman,sr=mscott

This commit is contained in:
bienvenu%netscape.com 2000-10-26 00:36:56 +00:00
parent 2a733c231a
commit 498008479c

View File

@ -1270,6 +1270,7 @@ NS_IMETHODIMP nsMsgLocalMailFolder::Delete()
if(mDatabase)
{
NotifyStoreClosedAllHeaders();
mDatabase->ForceClosed();
mDatabase = null_nsCOMPtr();
}