fixing bug # 27114. Crash in the profile.dll on exit of windows native installer when mozregistry.dat is missing. This is now fixed. a=leaf r=racham

This commit is contained in:
ssu%netscape.com 2000-02-09 22:34:02 +00:00
parent c7242f57cd
commit 05c1e427a1

View File

@ -108,8 +108,8 @@ nsProfileAccess::~nsProfileAccess()
CRTFREEIF(mVersion);
CRTFREEIF(mHavePREGInfo);
FreeProfileMembers(mProfiles, mProfiles->Count());
FreeProfileMembers(m4xProfiles, m4xProfiles->Count());
FreeProfileMembers(mProfiles, mCount);
FreeProfileMembers(m4xProfiles, m4xCount);
}
// Free up the member profile structs