зеркало из https://github.com/mozilla/pjs.git
Fixed RefCounting bug where following links would decrement the WebShell ref count :-(
This commit is contained in:
Родитель
ee970c087f
Коммит
565f28c1a7
|
@ -1440,6 +1440,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
|
|||
nsIWebShell* target = nsnull;
|
||||
|
||||
if (0 == name.Length()) {
|
||||
NS_ADDREF_THIS();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
@ -1440,6 +1440,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
|
|||
nsIWebShell* target = nsnull;
|
||||
|
||||
if (0 == name.Length()) {
|
||||
NS_ADDREF_THIS();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче