Fixed leak of entire content model...

This commit is contained in:
troy%netscape.com 1998-09-23 20:59:57 +00:00
parent bf5af14167
commit 1d1f4240ab

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);
}
}
}