зеркало из https://github.com/mozilla/gecko-dev.git
Fixing memory leak. bug 21038. r=sspitzer
This commit is contained in:
Родитель
d067253aff
Коммит
a5cfe6edea
|
@ -453,6 +453,7 @@ nsProfileAccess::GetFirstProfile(char **firstProfile)
|
|||
void
|
||||
nsProfileAccess::SetCurrentProfile(const char *profileName)
|
||||
{
|
||||
CRTFREEIF(mCurrentProfile);
|
||||
mCurrentProfile = nsCRT::strdup(profileName);
|
||||
mProfileDataChanged = PR_TRUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче