Removed so releaseref's from nsWindow::OnDestroy

This commit is contained in:
kmcclusk%netscape.com 1998-09-17 00:30:08 +00:00
parent b2cf544f13
commit dd5d333ce3

View File

@ -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)