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
parent 94582bb1d3
commit 0868d2b66c

View File

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