[cairo-commit] cairo ChangeLog,1.104,1.105

Carl Worth commit at pdx.freedesktop.org
Thu Nov 6 12:53:42 PST 2003


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv12762

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo.h: Add comment pondering memory management semantics
        of cairo_current_target_surface.

        * src/cairo_pen.c (_cairo_pen_fini): NULL out pen->vertices after
        free.

        * src/cairo_image_surface.c
        (_cairo_image_abstract_surface_destroy): NULL out durface->data
        after free.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** ChangeLog	4 Nov 2003 18:46:45 -0000	1.104
--- ChangeLog	6 Nov 2003 20:53:39 -0000	1.105
***************
*** 1,2 ****
--- 1,14 ----
+ 2003-11-06  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* src/cairo.h: Add comment pondering memory management semantics
+ 	of cairo_current_target_surface.
+ 
+ 	* src/cairo_pen.c (_cairo_pen_fini): NULL out pen->vertices after
+ 	free.
+ 
+ 	* src/cairo_image_surface.c
+ 	(_cairo_image_abstract_surface_destroy): NULL out durface->data
+ 	after free.
+ 
  2003-11-04  Carl Worth  <cworth at east.isi.edu>
  





More information about the cairo-commit mailing list