Bustage fix for
bug 761135 on a CLOSED TREE, r=Callek
--- a/mail/app/nsMailApp.cpp
+++ b/mail/app/nsMailApp.cpp
@@ -195,11 +195,10 @@ int main(int argc, char* argv[])
}
int result;
{
ScopedLogging log;
result = do_main(exePath, argc, argv);
}
- XPCOMGlueShutdown();
return result;
}
--- a/suite/app/nsSuiteApp.cpp
+++ b/suite/app/nsSuiteApp.cpp
@@ -267,11 +267,10 @@ int main(int argc, char* argv[])
}
int result;
{
ScopedLogging log;
result = do_main(exePath, argc, argv);
}
- XPCOMGlueShutdown();
return result;
}