From 5f9dd8287cf8f77824273a3ab4e87dc80abeb46f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 24 Jan 2012 22:19:31 +0100 Subject: [PATCH] valgrind.suppressions: misc updates --- valgrind.suppressions | 125 ++++++++++++------------------------------ 1 file changed, 36 insertions(+), 89 deletions(-) diff --git a/valgrind.suppressions b/valgrind.suppressions index 5538516a9..a6ffa13c9 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -25,53 +25,8 @@ { g_main_context_default Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_slice_alloc - fun:g_slist_append - fun:g_main_context_new - fun:g_main_context_default -} - -{ - g_main_context_default - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_slice_alloc - fun:g_ptr_array_sized_new - fun:g_main_context_new - fun:g_main_context_default -} - -{ - g_main_context_default - Memcheck:Leak - fun:calloc - fun:g_malloc0 - fun:g_main_context_new - fun:g_main_context_default -} - -{ - g_main_context_default - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_slice_alloc - fun:g_main_context_add_poll_unlocked - fun:g_main_context_new - fun:g_main_context_default -} - -{ - g_main_context_default - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_slice_alloc - fun:g_slist_prepend - fun:g_main_context_new + fun:?alloc + ... fun:g_main_context_default } @@ -238,17 +193,27 @@ } { - + Memcheck:Leak - fun:*alloc - fun:_dl_open + fun:?alloc + ... + fun:do_dlopen } { - dlopen + Memcheck:Leak - fun:calloc - fun:_dlerror_run + fun:?alloc + ... + fun:dlopen* +} + +{ + + Memcheck:Leak + fun:malloc + ... + fun:dlclose } # is that a leak in libdbus? @@ -256,42 +221,9 @@ { Memcheck:Leak - fun:malloc - obj:/usr/lib/libdbus-1.so.3.4.0 - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:avahi_client_new -} - -{ - - Memcheck:Leak - fun:malloc - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:dbus_message_unref - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:dbus_connection_send_with_reply_and_block - fun:dbus_bus_register - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:avahi_client_new -} - -{ - - Memcheck:Leak - fun:malloc - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:dbus_message_new_method_call - fun:dbus_bus_register - obj:/usr/lib/libdbus-1.so.3.4.0 - fun:avahi_client_new -} - -{ - - Memcheck:Leak - fun:malloc - obj:/usr/lib/libdbus-1.so.3.4.0 - obj:/usr/lib/libdbus-1.so.3.4.0 + fun:?alloc + ... + obj:*/libdbus-*.so.* fun:avahi_client_new } @@ -504,3 +436,18 @@ fun:nss_parse_service_list fun:__nss_database_lookup } + +{ + + Memcheck:Leak + fun:?alloc + ... + fun:xmlInitParser +} + +{ + + Memcheck:Leak + fun:?alloc + fun:snd1_dlobj_cache_get +}