зеркало из https://github.com/mozilla/pjs.git
plugged a memory leak in GetProfileCount()
This commit is contained in:
Родитель
9858ec0275
Коммит
047aa43d28
|
@ -522,6 +522,7 @@ NS_IMETHODIMP nsProfile::GetProfileCount(int *numProfiles)
|
|||
{
|
||||
numKeys++;
|
||||
}
|
||||
nsCRT::free(isMigrated);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче