GDBusMethodInvocation: add missing 'goto out'
authorRyan Lortie <desrt@desrt.ca>
Sat, 22 Jun 2013 17:41:12 +0000 (13:41 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Jun 2013 17:41:12 +0000 (13:41 -0400)
commitedf16aace4033967dd2bcf9e05beff1c62190451
tree82dfc082336b54bfff10017b1a566bf020a99eff
parent317e8c132d1fd6373a698846932a10c443979726
GDBusMethodInvocation: add missing 'goto out'

We do a bunch of new validity checks for return values in response to
calls on the D-Bus property API but we miss the 'goto out' in one case.
Add it.

https://bugzilla.gnome.org/show_bug.cgi?id=698375
gio/gdbusmethodinvocation.c