bfo22316 - add dbus_message_iter_abandon_container()
authorScott James Remnant <scott@ubuntu.com>
Thu, 9 Jul 2009 15:34:54 +0000 (16:34 +0100)
committerColin Walters <walters@verbum.org>
Tue, 14 Jul 2009 19:39:11 +0000 (15:39 -0400)
commit2ff4bc2513db5a0c64297fbf4c5a8486c737a12a
tree3b1276178c7d0c19060baf61f4418825fe8e9b2d
parentbf2183345fbd19632e81b107593ca4e944d798de
bfo22316 - add dbus_message_iter_abandon_container()

It's not currently possible to abandon creation of a container without
either hitting asserts or leaking memory.  This new function allows
that.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
(cherry picked from commit e57a368c440aec39caf6c3b491cf76ef615dc2e8)
dbus/dbus-message-util.c
dbus/dbus-message.c
dbus/dbus-message.h