[cairo-commit] cairo ChangeLog,1.720,1.721

Carl Worth commit at pdx.freedesktop.org
Thu Jul 14 11:45:41 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-image-surface.c:
        (_cairo_image_surface_set_clip_region): Remove the copying of the
        region. This was a workaround for a missing copy bug in libpixman
        that has since been fixed. So now it was just a memory leak.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -d -r1.720 -r1.721
--- ChangeLog	14 Jul 2005 18:24:56 -0000	1.720
+++ ChangeLog	14 Jul 2005 18:45:39 -0000	1.721
@@ -1,5 +1,12 @@
 2005-07-14  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-image-surface.c:
+	(_cairo_image_surface_set_clip_region): Remove the copying of the
+	region. This was a workaround for a missing copy bug in libpixman
+	that has since been fixed. So now it was just a memory leak.
+
+2005-07-14  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-png.c (read_png): Patch memory leak of png_info
 	object.
 




More information about the cairo-commit mailing list