dbus-connection: Remove a duplicate _dbus_list_clear() call 14/197914/1
authorPhilip Withnall <withnall@endlessm.com>
Tue, 17 Jan 2017 08:35:07 +0000 (08:35 +0000)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Thu, 17 Jan 2019 06:26:22 +0000 (15:26 +0900)
commitee4d9ece47e33ba632c0c0bb490e7c345de9e876
treee086dc77207f87d6067e814b7777773c146519f6
parentf9c8903a2c1df25f3c0093e57d9f08578a63fce1
dbus-connection: Remove a duplicate _dbus_list_clear() call

This was doing no harm (clearing an already-cleared list is a no-op),
but it was also pointless.

Change-Id: I21b580f01439ef2113183a116f208bf91e09ac76
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99435
dbus/dbus-connection.c