[cairo] possible bug in cairo_font.c

John Ellson ellson at research.att.com
Sat May 1 12:31:42 PDT 2004


In cairo_font.c at line #72 in function _cairo_font_copy it reads:

    newfont->refcount = 1;

Shouldn't that be:

    newfont->refcount += 1;

John

   




More information about the cairo mailing list