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