зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c7242f57cd
Коммит
05c1e427a1
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче