Don't leave va_args dangling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 19 Oct 2011 22:42:18 +0000 (18:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Oct 2011 22:44:46 +0000 (18:44 -0400)
commite648f8220905b17632f7d4b2f16deac1b0aff7d0
treead92fee1f490cffa689e1d378c9ce683d787a3ad
parentc4bc4be5fffeef911df7d6764c6dff5100bfa0b8
Don't leave va_args dangling

spi_dbus_message_iter_append_struct has an early exit where it
forgets to call va_end(). Harmless most of the time, but it
upsets static analyzers.

https://bugzilla.gnome.org/show_bug.cgi?id=662248
atk-adaptor/spi-dbus.c