_dbus_message_iter_open_signature: Clarify why this is not leaky
authorSimon McVittie <smcv@collabora.com>
Tue, 4 Jul 2017 12:33:30 +0000 (13:33 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 5 Jul 2017 12:13:14 +0000 (13:13 +0100)
commit075aebc8f976d718dba4094a92fd0b791b1bbc85
tree76d8c1127b8ac9aa88b447849d121aa291790319
parent6b7bdb105b120b3db312de93af94af1bb6a2a474
_dbus_message_iter_open_signature: Clarify why this is not leaky

The same assertion appears closer to the top of the function, and there
is no opportunity for it to have become false here.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101568
dbus/dbus-message.c