New wstring nsIRegistry interface, bug 23859;

new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
This commit is contained in:
dveditz@netscape.com
2000-02-15 01:32:12 +00:00
parent f6a4571519
commit 753869dcf4
38 changed files with 475 additions and 186 deletions

View File

@@ -320,9 +320,6 @@ nsAppShellService::EnumerateComponents( EnumeratorMemberFunction function ) {
// Clean up.
if ( registry ) {
// Registry was accessed, close it.
registry->Close();
// Release enumerator (if necessary).
NS_IF_RELEASE( components );