зеркало из https://github.com/mozilla/gecko-dev.git
(215094) - fix leak in CopySmartKeywords - free the INI parser when we're done with it.
This commit is contained in:
Родитель
0b43563ce1
Коммит
4bfaea652e
|
@ -1082,6 +1082,11 @@ nsOperaProfileMigrator::CopySmartKeywords(nsIBookmarksService* aBMS,
|
|||
getter_AddRefs(itemRes));
|
||||
}
|
||||
while (1);
|
||||
|
||||
if (parser) {
|
||||
delete parser;
|
||||
parser = nsnull;
|
||||
}
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче