Fixed leak of entire content model...

git-svn-id: svn://10.0.0.236/trunk@10836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-09-23 20:59:57 +00:00
parent d955cfca51
commit 171cbed41d

View File

@@ -484,6 +484,7 @@ PresShell::InitialReflow(nscoord aWidth, nscoord aHeight)
// Have style sheet processor construct a frame for the
// root content object
mPresContext->ConstructFrame(root, nsnull, mRootFrame);
NS_RELEASE(root);
}
}
}