From b9244d6491b4c72dd29cc8eeeabfffa964a69e8c Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Sat, 23 Oct 1999 01:13:10 +0000 Subject: [PATCH] cleanup dbs at shutdown, r=mscott git-svn-id: svn://10.0.0.236/trunk@51609 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/db/msgdb/build/nsMsgDBFactory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/db/msgdb/build/nsMsgDBFactory.cpp b/mozilla/mailnews/db/msgdb/build/nsMsgDBFactory.cpp index 3bfbada1a37..aef5bd2c91c 100644 --- a/mozilla/mailnews/db/msgdb/build/nsMsgDBFactory.cpp +++ b/mozilla/mailnews/db/msgdb/build/nsMsgDBFactory.cpp @@ -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();