[cairo-commit] cairo/src cairo_ft_font.c,1.42,1.43

Owen Taylor commit at pdx.freedesktop.org
Sat Feb 5 17:01:32 PST 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv28171/src

Modified Files:
	cairo_ft_font.c 
Log Message:
2005-02-05  Owen Taylor  <otaylor at redhat.com>

        * src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs):
        Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)

        * configure.in: Temporarily disable glitz by default.


Index: cairo_ft_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ft_font.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- cairo_ft_font.c	3 Feb 2005 23:24:36 -0000	1.42
+++ cairo_ft_font.c	6 Feb 2005 01:01:30 -0000	1.43
@@ -776,8 +776,6 @@
         x += val->extents.x_advance;
         y += val->extents.y_advance;
     }
-    
-    free (*glyphs);
 
  FAIL2:
     if (cache)




More information about the cairo-commit mailing list