[cairo-commit] cairo ChangeLog,1.263,1.264

Carl Worth commit at pdx.freedesktop.org
Sat Nov 13 19:46:20 PST 2004


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv14237

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo_gstate.c (_cairo_gstate_select_font): Unconditionally
        destroy the old font, (otherwise, if the same font was selected
        twice in a row, a reference was lost to it, leading to assertion
        failures).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- ChangeLog	12 Nov 2004 22:46:23 -0000	1.263
+++ ChangeLog	14 Nov 2004 03:46:18 -0000	1.264
@@ -1,3 +1,10 @@
+2004-11-13  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo_gstate.c (_cairo_gstate_select_font): Unconditionally
+	destroy the old font, (otherwise, if the same font was selected
+	twice in a row, a reference was lost to it, leading to assertion
+	failures).
+
 2004-11-12  Stuart Parmenter  <pavlov at pavlov.net>
 	* src/cairo_gdip_font.cpp:
 	* src/cairo_gdip_surface.cpp: Added GDI+ backend to Cairo.




More information about the cairo-commit mailing list