зеркало из https://github.com/mozilla/pjs.git
Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner
This commit is contained in:
Родитель
bc8dbc550c
Коммит
23b66ccd20
|
@ -476,8 +476,9 @@ nsFormFillController::StartSearch(const nsAString &aSearchString, const nsAStrin
|
|||
mdbResult,
|
||||
getter_AddRefs(result));
|
||||
|
||||
NS_IF_RELEASE(history);
|
||||
NS_RELEASE(history);
|
||||
}
|
||||
NS_RELEASE(passMgr);
|
||||
|
||||
aListener->OnSearchResult(this, result);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче