Added release of throbber in the hopes that this would allow the image

group and hence the image manager to be released, but it doesn't quite do
the trick because the ref count of the throbber is 2...
This commit is contained in:
troy%netscape.com 1998-08-03 21:11:22 +00:00
Родитель 614821e309
Коммит 5a05bd8827
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -322,6 +322,9 @@ nsBrowserWindow::Destroy()
mWebShell->Destroy();
NS_RELEASE(mWebShell);
}
NS_IF_RELEASE(mThrobber);
// XXX What about releasing all the other objects...
}
void