Summary: | _dbus_list_clear (&connection->filter_list); is duplicated in dbus/dbus-connection.c | ||
---|---|---|---|
Product: | dbus | Reporter: | INSUN PYO <insun.pyo> |
Component: | core | Assignee: | D-Bus Maintainers <dbus> |
Status: | RESOLVED FIXED | QA Contact: | D-Bus Maintainers <dbus> |
Severity: | trivial | ||
Priority: | lowest | CC: | bugzilla |
Version: | unspecified | Keywords: | patch |
Hardware: | All | ||
OS: | All | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: | ||
Attachments: | dbus-connection: Remove a duplicate _dbus_list_clear() call |
Description
INSUN PYO
2017-01-17 00:21:03 UTC
Created attachment 128996 [details] [review] 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> Looks good, thanks Fixed in git for 1.11.10 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.