bfo22316 - add dbus_message_iter_abandon_container()
authorScott James Remnant <scott@ubuntu.com>
Thu, 9 Jul 2009 15:34:54 +0000 (16:34 +0100)
committerScott James Remnant <scott@ubuntu.com>
Thu, 9 Jul 2009 15:34:54 +0000 (16:34 +0100)
commite57a368c440aec39caf6c3b491cf76ef615dc2e8
tree3a5799b432f96fb526bad47121041991d63e3672
parent4bea3ca2b02098f2513a9902511e4de77ccf9b91
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>
dbus/dbus-message-util.c
dbus/dbus-message.c
dbus/dbus-message.h