make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 20:30:19 +0000 (15:30 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 20:30:19 +0000 (15:30 -0500)
commit97872bf72ff327855e2e86a4760348cd2ca03b9e
tree07f8c56187e46b6418e78f7c9c28afc3c56dc6d7
parent1b6460201732b21249be1c4fef9722809661a842
make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)

2008-01-15  John (J5) Palmieri  <johnp@redhat.com>

* patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>

* dbus/dbus-errors.c (dbus_set_error): make sure to call va_end if we
hit an OOM error inside va_start (FDO Bug #12846)
ChangeLog
dbus/dbus-errors.c