]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Avoid early return on sync dbus methods returning an error
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 6 Mar 2017 12:17:40 +0000 (13:17 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Mar 2017 13:16:08 +0000 (14:16 +0100)
commit00d0c7d659adee4a9388acfc478ae4f55fb6d29f
tree80fc839c20a471f66d7ff619143035f52515ecde
parentd5d2c1b98752d063343ad87e4b1dcd790ea5d21c
codegen: Avoid early return on sync dbus methods returning an error

If there are arguments that need freeing, we need to fall through the
_error label, if there is any.

https://bugzilla.gnome.org/show_bug.cgi?id=778540
codegen/valagdbusservermodule.vala