Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner

This commit is contained in:
dbaron%dbaron.org 2004-09-02 00:40:23 +00:00
Родитель bc8dbc550c
Коммит 23b66ccd20
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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);