Comment 21 for bug 50697

Revision history for this message
In , Jeff Muizelaar (jeff-infidigm) wrote :

Created an attachment (id=7091)
Properly RefCnt inside TextFontInfo

The attached patch should fix things.

TextFontInfo takes a reference to a GfxFont but doesn't do a incRefCnt(). This
patch fixes that.