fix leak of all folders table r=naving, sr=sspitzer 103077

This commit is contained in:
bienvenu%netscape.com 2001-10-06 01:09:46 +00:00
parent b281c2ae1b
commit eff1e38d5e

View File

@ -69,6 +69,8 @@ static nsIMdbFactory *gMDBFactory = nsnull;
nsMsgFolderCache::~nsMsgFolderCache()
{
delete m_cacheElements;
if (m_mdbAllFoldersTable)
m_mdbAllFoldersTable->Release();
if (m_mdbStore)
m_mdbStore->Release();
if (gMDBFactory)