[cairo-commit] cairo ChangeLog,1.727,1.728

Carl Worth commit at pdx.freedesktop.org
Thu Jul 14 16:18:41 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * test/cairo-test.c: (cairo_test_create_png_pattern): Rewrite to
        use cairo_image_surface_create_from_png rather than custom
        read_png_argb32. In addition to being simpler, this eliminates the
        leak of the image data buffer.

        * test/trap-clip.c: (set_gradient_pattern), (set_image_pattern):
        Add calls to cairo_pattern_destroy to close two memory leaks.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.727
retrieving revision 1.728
diff -u -d -r1.727 -r1.728
--- ChangeLog	14 Jul 2005 22:47:18 -0000	1.727
+++ ChangeLog	14 Jul 2005 23:18:39 -0000	1.728
@@ -1,5 +1,15 @@
 2005-07-14  Carl Worth  <cworth at cworth.org>
 
+	* test/cairo-test.c: (cairo_test_create_png_pattern): Rewrite to
+	use cairo_image_surface_create_from_png rather than custom
+	read_png_argb32. In addition to being simpler, this eliminates the
+	leak of the image data buffer.
+	
+	* test/trap-clip.c: (set_gradient_pattern), (set_image_pattern):
+	Add calls to cairo_pattern_destroy to close two memory leaks.
+
+2005-07-14  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-pattern.c: (_cairo_pattern_acquire_surfaces): Fix up
 	one more call to _cairo_pattern_release_surface missed in the
 	previous commit.




More information about the cairo-commit mailing list