[cairo-commit] cairo ChangeLog,1.725,1.726
Carl Worth
commit at pdx.freedesktop.org
Thu Jul 14 15:10:51 PDT 2005
- Previous message: [cairo-commit] cairo/test cairo-test.c,1.41,1.42
- Next message: [cairo-commit] cairo/src cairo-image-surface.c, 1.49,
1.50 cairo-pattern.c, 1.48, 1.49 cairo-xlib-surface.c, 1.86,
1.87 cairoint.h, 1.163, 1.164
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv436
Modified Files:
ChangeLog
Log Message:
* src/cairoint.h:
* src/cairo-pattern.c: (_cairo_pattern_release_surface): Fix to
accept a cairo_pattern_t rather than a cairo_surface_t as the
primary argument.
* src/cairo-image-surface.c: (_cairo_image_surface_composite),
(_cairo_image_surface_composite_trapezoids): Track change in
_cairo_pattern_release_surface and also pass the appropriate
pattern for each acquired surface. The previous backend mismatch
was causing memory leaks.
* src/cairo-xlib-surface.c: (_get_image_surface): Remove stale
comment.
* test/xlib-surface.c: (main): Add missing fclose to keep valgrind
happy about memory leaks.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -d -r1.725 -r1.726
--- ChangeLog 14 Jul 2005 19:50:28 -0000 1.725
+++ ChangeLog 14 Jul 2005 22:10:47 -0000 1.726
@@ -1,5 +1,24 @@
2005-07-14 Carl Worth <cworth at cworth.org>
+ * src/cairoint.h:
+ * src/cairo-pattern.c: (_cairo_pattern_release_surface): Fix to
+ accept a cairo_pattern_t rather than a cairo_surface_t as the
+ primary argument.
+
+ * src/cairo-image-surface.c: (_cairo_image_surface_composite),
+ (_cairo_image_surface_composite_trapezoids): Track change in
+ _cairo_pattern_release_surface and also pass the appropriate
+ pattern for each acquired surface. The previous backend mismatch
+ was causing memory leaks.
+
+ * src/cairo-xlib-surface.c: (_get_image_surface): Remove stale
+ comment.
+
+ * test/xlib-surface.c: (main): Add missing fclose to keep valgrind
+ happy about memory leaks.
+
+2005-07-14 Carl Worth <cworth at cworth.org>
+
* test/cairo-test.c: (cairo_test_expecting),
(cairo_test_expect_failure), (cairo_test): Make the per-backend
test results print XFAIL rather than FAIL for expected failures.
- Previous message: [cairo-commit] cairo/test cairo-test.c,1.41,1.42
- Next message: [cairo-commit] cairo/src cairo-image-surface.c, 1.49,
1.50 cairo-pattern.c, 1.48, 1.49 cairo-xlib-surface.c, 1.86,
1.87 cairoint.h, 1.163, 1.164
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list