Fixed leak of a bullet content object

git-svn-id: svn://10.0.0.236/trunk@7799 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com 1998-08-12 01:26:25 +00:00
parent 26ba1bf6a8
commit 641b8e79ca

View File

@ -1405,6 +1405,7 @@ nsCSSBlockFrame::ProcessInitialReflow(nsIPresContext* aPresContext)
// Insert the bullet. Do not allow an incremental reflow operation
// to occur.
mContent->InsertChildAt(bullet, 0, PR_FALSE);
NS_RELEASE(bullet);
}
}