зеркало из https://github.com/mozilla/pjs.git
plug pointless leak
This commit is contained in:
Родитель
f2cc39a073
Коммит
474f7d6ee0
|
@ -67,8 +67,11 @@ NS_IMETHODIMP
|
|||
nsTridentProfileMigrator::MigrateTridentProfile(PRUint32 aItems)
|
||||
{
|
||||
nsTridentPreferences *pref = MakeTridentPreferences();
|
||||
if (pref)
|
||||
return pref->MigrateTridentPreferences(aItems);
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
if (!pref)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
nsresult rv = pref->MigrateTridentPreferences(aItems);
|
||||
delete pref;
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче