dbus-connection: Remove a duplicate _dbus_list_clear() call
authorPhilip Withnall <withnall@endlessm.com>
Tue, 17 Jan 2017 08:35:07 +0000 (08:35 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 17 Jan 2017 14:59:26 +0000 (14:59 +0000)
commit1291547d2b5dac55c6d5276e384326049261533f
tree939ced88e4646350611a81b85f60e32d8117ae56
parent2bea7c4ad13be7abd51f3d3f1d36c1021bb23673
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.

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