Fixed RefCounting bug where following links would decrement the WebShell ref count :-(

This commit is contained in:
rpotts%netscape.com 1998-10-07 12:15:48 +00:00
Родитель ee970c087f
Коммит 565f28c1a7
2 изменённых файлов: 2 добавлений и 0 удалений

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

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