cairo: Avoid GLib-GObject-CRITICAL from g_object_unref() on error path.
authorBen Pfaff <blp@gnu.org>
Sat, 6 Feb 2010 04:11:33 +0000 (20:11 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 6 Feb 2010 04:14:18 +0000 (20:14 -0800)
commitd6ea5a0c84b5b758dbdab6d803f281f688db41e7
tree8f617222fa4a78c60d38fff13d3daced82a64147
parente23e9a06426e80e98fe2021a9a3326f9eea31d15
cairo: Avoid GLib-GObject-CRITICAL from g_object_unref() on error path.

This could be triggered by an error creating the output file, e.g. by
tests/bugs/unwritable-dir.sh.
src/output/cairo.c