valgrind.suppressions: misc updates

This commit is contained in:
Max Kellermann 2012-01-24 22:19:31 +01:00
parent d99f074eb7
commit 5f9dd8287c

View File

@ -25,53 +25,8 @@
{ {
g_main_context_default g_main_context_default
Memcheck:Leak Memcheck:Leak
fun:malloc fun:?alloc
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:g_main_context_default fun:g_main_context_default
} }
@ -238,17 +193,27 @@
} }
{ {
<insert a suppression name here> <insert_a_suppression_name_here>
Memcheck:Leak Memcheck:Leak
fun:*alloc fun:?alloc
fun:_dl_open ...
fun:do_dlopen
} }
{ {
dlopen <insert_a_suppression_name_here>
Memcheck:Leak Memcheck:Leak
fun:calloc fun:?alloc
fun:_dlerror_run ...
fun:dlopen*
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
...
fun:dlclose
} }
# is that a leak in libdbus? # is that a leak in libdbus?
@ -256,42 +221,9 @@
{ {
<insert a suppression name here> <insert a suppression name here>
Memcheck:Leak Memcheck:Leak
fun:malloc fun:?alloc
obj:/usr/lib/libdbus-1.so.3.4.0 ...
obj:/usr/lib/libdbus-1.so.3.4.0 obj:*/libdbus-*.so.*
fun:avahi_client_new
}
{
<insert a suppression name here>
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
}
{
<insert a suppression name here>
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
}
{
<insert a suppression name here>
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 fun:avahi_client_new
} }
@ -504,3 +436,18 @@
fun:nss_parse_service_list fun:nss_parse_service_list
fun:__nss_database_lookup fun:__nss_database_lookup
} }
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:?alloc
...
fun:xmlInitParser
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:?alloc
fun:snd1_dlobj_cache_get
}