diff options
author | Carl Worth <cworth@cworth.org> | 2005-12-07 11:53:30 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-12-07 11:53:30 +0000 |
commit | 96be55124f3abcb03ed3a901bc4f099185ab8864 (patch) | |
tree | 597f55bdd2155e2a8a185d0c2b623a06a7c27e02 /ChangeLog | |
parent | 0883155111ab9597d335c7d43ae47c163b5c0e4d (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |