]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch show: Fix misplaced g_object_unref leading to error message.
authorCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 23:01:11 +0000 (15:01 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 23:01:37 +0000 (15:01 -0800)
We were inadvertently calling g_object_unref on a wild pointer leading
to the following error message:

GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

Now, why glib doesn't abort on critical errors, I'll never understand.


No differences found