mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Fixed leak of entire content model...
This commit is contained in:
parent
bf5af14167
commit
1d1f4240ab
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user