[cairo-commit] cairo ChangeLog,1.104,1.105
Carl Worth
commit at pdx.freedesktop.org
Thu Nov 6 12:53:42 PST 2003
- Previous message: [cairo-commit] libic/src ic.h,1.20,1.21
- Next message: [cairo-commit] cairo/src cairo.h,1.27,1.28 cairo_gstate.c,1.30,1.31 cairo_image_surface.c,1.4,1.5 cairo_pen.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: [cairo-commit] libic/src ic.h,1.20,1.21
- Next message: [cairo-commit] cairo/src cairo.h,1.27,1.28 cairo_gstate.c,1.30,1.31 cairo_image_surface.c,1.4,1.5 cairo_pen.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list