Call nsIWebShell::Destroy() when the Browser window is going away...

This commit is contained in:
rpotts%netscape.com 1998-07-29 10:49:51 +00:00
Родитель f28d663a66
Коммит 8336b8eb3a
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -280,8 +280,7 @@ nsBrowserWindow::Destroy()
{
RemoveBrowser(this);
if (nsnull != mWebShell) {
mWebShell->SetContainer(nsnull);
mWebShell->SetObserver(nsnull);
mWebShell->Destroy();
NS_RELEASE(mWebShell);
}
}