cleanup dbs at shutdown, r=mscott

git-svn-id: svn://10.0.0.236/trunk@51609 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com 1999-10-23 01:13:10 +00:00
parent 6045d43774
commit b9244d6491

View File

@ -85,6 +85,7 @@ nsresult nsMsgDBModule::Initialize()
// Shutdown this module, releasing all of the module resources
void nsMsgDBModule::Shutdown()
{
nsMsgDatabase::CleanupCache();
// Release the factory objects
mMailDBFactory = null_nsCOMPtr();
mNewsDBFactory = null_nsCOMPtr();