Don't leak an error
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2015 21:18:48 +0000 (17:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2015 21:18:48 +0000 (17:18 -0400)
commit905e916573a6a714bfbf513df2bb07bb365ca2a8
tree1fd8a0f36c3286df17b7f7868cae29c4f8e0998a
parentb3fcb1442e81d14846a8b5d2e33352ac0f6d48ea
Don't leak an error

The previous commit introduced a possible memory leak in cases
where we get a G_IO_ERROR_CLOSED error. Make sure to always
free an error, if we got one.

https://bugzilla.gnome.org/show_bug.cgi?id=753278
gio/gdbusobjectmanagerserver.c