compreg.tmp is written out on every startup. r=rjc, sr=alec, a=scc

This commit is contained in:
dougt%netscape.com 2002-07-19 21:12:04 +00:00
Родитель 741ad74e04
Коммит 95b3ecc152
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3113,7 +3113,8 @@ nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when,
nsnull,
"end");
FlushPersistentStore(PR_TRUE);
if (mRegistryDirty)
FlushPersistentStore(PR_TRUE);
return rv;
}