[cairo-commit] cairo ChangeLog,1.904,1.905
Carl Worth
commit at pdx.freedesktop.org
Thu Aug 18 14:34:12 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv31790
Modified Files:
ChangeLog
Log Message:
2005-08-18 Carl Worth <cworth at cworth.org>
* src/cairo-quartz-surface.c
(_cairo_quartz_surface_acquire_source_image): Fix to not leak
surface->cgImage on out-of-memory (thanks to Josh Aas
<joshmoz at gmail.com>).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -d -r1.904 -r1.905
--- ChangeLog 18 Aug 2005 16:46:20 -0000 1.904
+++ ChangeLog 18 Aug 2005 21:34:10 -0000 1.905
@@ -1,5 +1,12 @@
2005-08-18 Carl Worth <cworth at cworth.org>
+ * src/cairo-quartz-surface.c
+ (_cairo_quartz_surface_acquire_source_image): Fix to not leak
+ surface->cgImage on out-of-memory (thanks to Josh Aas
+ <joshmoz at gmail.com>).
+
+2005-08-18 Carl Worth <cworth at cworth.org>
+
* src/cairo-fixed.c: (_cairo_fixed_integer_ceil): Fix to not
right-shift a negative number when called with an argument of 0.
More information about the cairo-commit
mailing list