Suppress some useless libdbus warnings. --- doc/valgrind.suppressions | 81 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff --git a/doc/valgrind.suppressions b/doc/valgrind.suppressions index 5967a15..07f3238 100644 --- a/doc/valgrind.suppressions +++ b/doc/valgrind.suppressions @@ -233,4 +233,83 @@ fun:dbus_connection_send_with_reply_and_block fun:dbus_bus_register } - +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:malloc + ... + obj:/lib/*/libdbus-* + ... + fun:g_dbus_setup_bus +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:calloc + ... + obj:/lib/*/libdbus-* + ... + fun:g_dbus_setup_bus + fun:connect_dbus + ... +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:realloc + ... + obj:/lib/*/libdbus-* + ... + fun:dbus_connection_send_with_reply_and_block + fun:dbus_bus_register + ... +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:calloc + ... + obj:/lib/*/libdbus-* + ... + fun:dbus_connection_send_with_reply_and_block + fun:dbus_bus_register + ... +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:malloc + ... + obj:/lib/*/libdbus-* + ... + fun:dbus_connection_send_with_reply_and_block + fun:dbus_bus_register + ... +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:calloc + ... + obj:/lib/*/libdbus-* + ... + fun:dbus_connection_send_with_reply_and_block + fun:dbus_bus_request_name +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:realloc + ... + obj:/lib/*/libdbus-* + ... + fun:dbus_connection_send_with_reply_and_block + fun:dbus_bus_request_name +} +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:realloc + ... + obj:/lib/*/libdbus-* +} -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html