cleanup dbs at shutdown, r=mscott

This commit is contained in:
bienvenu%netscape.com 1999-10-23 01:13:10 +00:00
parent e6b45e35c1
commit 37905a8223

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();