Bug 315708 Should release found link and current window object from nsTypeAheadFind.cpp r=mconnor
git-svn-id: svn://10.0.0.236/trunk@187824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2cc2f6a9f7
commit
e123d673c9
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user