mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 11:45:31 +00:00
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:
parent
386a6307f6
commit
ad513c1340
@ -322,6 +322,9 @@ nsBrowserWindow::Destroy()
|
||||
mWebShell->Destroy();
|
||||
NS_RELEASE(mWebShell);
|
||||
}
|
||||
|
||||
NS_IF_RELEASE(mThrobber);
|
||||
// XXX What about releasing all the other objects...
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user