mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Removed so releaseref's from nsWindow::OnDestroy
This commit is contained in:
parent
b2cf544f13
commit
dd5d333ce3
@ -1303,9 +1303,9 @@ void nsWindow::OnDestroy()
|
||||
{
|
||||
// release references to children, device context, toolkit, and app shell
|
||||
// NS_IF_RELEASE(mChildren);
|
||||
NS_IF_RELEASE(mContext);
|
||||
// NS_IF_RELEASE(mContext);
|
||||
// NS_IF_RELEASE(mToolkit);
|
||||
NS_IF_RELEASE(mAppShell);
|
||||
// NS_IF_RELEASE(mAppShell);
|
||||
}
|
||||
|
||||
PRBool nsWindow::OnResize(nsSizeEvent &aEvent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user