Fixed leak of a bullet content object

This commit is contained in:
troy%netscape.com 1998-08-12 01:26:25 +00:00
parent ea1ac52aeb
commit 639e969509

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