[cairo-commit] cairo ChangeLog,1.505,1.506

Carl Worth commit at pdx.freedesktop.org
Wed Apr 13 14:52:01 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-image-surface.c:
        (_cairo_image_abstract_surface_finish): Set freed pointer to NULL.

        * src/cairo-surface.c: (cairo_surface_finish): Fix to actually set
        surface->finished when done. Closes bug #2950 as documented in
        test/surface-finish-twice.c.

        * test/surface-finish-twice.c: Note that this bug is fixed.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -d -r1.505 -r1.506
--- ChangeLog	13 Apr 2005 21:48:02 -0000	1.505
+++ ChangeLog	13 Apr 2005 21:51:59 -0000	1.506
@@ -1,5 +1,16 @@
 2005-04-13  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-image-surface.c:
+	(_cairo_image_abstract_surface_finish): Set freed pointer to NULL.
+	
+	* src/cairo-surface.c: (cairo_surface_finish): Fix to actually set
+	surface->finished when done. Closes bug #2950 as documented in
+	test/surface-finish-twice.c.
+
+	* test/surface-finish-twice.c: Note that this bug is fixed.
+
+2005-04-13  Carl Worth  <cworth at cworth.org>
+
 	* test/.cvsignore:
 	* test/Makefile.am:
 	* test/surface-finish-twice.c: (draw), (main): Add new test to




More information about the cairo-commit mailing list