зеркало из https://github.com/mozilla/pjs.git
Bug 315708 Should release found link and current window object from nsTypeAheadFind.cpp r=mconnor
This commit is contained in:
Родитель
c10ca51cd5
Коммит
3080a7b78b
|
@ -215,6 +215,10 @@ nsTypeAheadFind::SetDocShell(nsIDocShell* aDocShell)
|
|||
mStartFindRange = nsnull;
|
||||
mStartPointRange = do_CreateInstance(kRangeCID);
|
||||
mSearchRange = do_CreateInstance(kRangeCID);
|
||||
|
||||
mFoundLink = nsnull;
|
||||
mCurrentWindow = nsnull;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче