summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-12-07 11:53:30 +0000
committerCarl Worth <cworth@cworth.org>2005-12-07 11:53:30 +0000
commit96be55124f3abcb03ed3a901bc4f099185ab8864 (patch)
tree597f55bdd2155e2a8a185d0c2b623a06a7c27e02 /ChangeLog
parent0883155111ab9597d335c7d43ae47c163b5c0e4d (diff)
Fix to check cairo_surface_status rather than !surface which is always false. (cleanup_ps): Fix leak of filename memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3185c10d..953d42d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-12-07 Carl Worth <cworth@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@cworth.org>
+
* configure.in: Use more portable shell syntax, ('test =' rather
than 'test =='). Thanks to Richard Lloyd and Klaus Heinz. Closes
bug #4823.