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
parent 386a6307f6
commit ad513c1340

View File

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