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:
parent
26ba1bf6a8
commit
641b8e79ca
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user