[cairo-commit] cairo ChangeLog,1.1156,1.1157
Carl Worth
commit at pdx.freedesktop.org
Wed Dec 7 11:53:32 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11324
Modified Files:
ChangeLog
Log Message:
2005-12-07 Carl Worth <cworth at cworth.org>
* test/cairo-test.c: (create_ps_surface): Fix to check
cairo_surface_status rather than !surface which is always false.
(cleanup_ps): Fix leak of filename memory.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1156
retrieving revision 1.1157
diff -u -d -r1.1156 -r1.1157
--- ChangeLog 7 Dec 2005 19:44:28 -0000 1.1156
+++ ChangeLog 7 Dec 2005 19:53:30 -0000 1.1157
@@ -1,5 +1,11 @@
2005-12-07 Carl Worth <cworth at cworth.org>
+ * test/cairo-test.c: (create_ps_surface): Fix to check
+ cairo_surface_status rather than !surface which is always false.
+ (cleanup_ps): Fix leak of filename memory.
+
+2005-12-07 Carl Worth <cworth at cworth.org>
+
* configure.in: Use more portable shell syntax, ('test =' rather
than 'test =='). Thanks to Richard Lloyd and Klaus Heinz. Closes
bug #4823.
More information about the cairo-commit
mailing list