mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
fix leak of all folders table r=naving, sr=sspitzer 103077
This commit is contained in:
parent
b281c2ae1b
commit
eff1e38d5e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user