diff options
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 133 |
1 files changed, 41 insertions, 92 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 2cce34186..3871d275b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -10,6 +10,15 @@ ... fun:g_random_int } +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + fun:g_mutex_impl_new + fun:g_mutex_get_impl + fun:g_mutex_lock + fun:g_main_context_new +} { g_main_context_dispatch @@ -98,7 +107,7 @@ } { - g_static_private_set + <insert_a_suppression_name_here> Memcheck:Leak fun:*alloc ... @@ -106,6 +115,14 @@ } { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:g_intern_string +} + +{ g_get_language_names Memcheck:Leak fun:*alloc @@ -309,6 +326,29 @@ } { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:malloc + fun:strdup + ... + fun:ao_initialize +} + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:calloc + fun:ao_initialize +} + +{ + <insert_a_suppression_name_here> + Memcheck:Addr4 + ... + fun:WildMidi_Init +} + +{ g_quark_from_string Memcheck:Leak fun:*alloc @@ -354,54 +394,6 @@ Memcheck:Leak fun:*alloc ... - fun:g_type_init_with_debug_flags -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:g_type_register_static -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:g_type_add_interface_static -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:g_type_add_interface_check -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:g_type_interface_add_prerequisite -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:calloc - fun:g_malloc0 - fun:g_type_class_ref -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... fun:g_*_class_intern_init } @@ -442,38 +434,6 @@ Memcheck:Leak fun:*alloc ... - fun:soup_*_class_intern_init -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_add_type -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_class_intern_init -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_ntlm_class_intern_init -} - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - ... fun:intern_header_name } @@ -509,14 +469,3 @@ fun:call_init fun:_dl_init } - -{ - <insert_a_suppression_name_here> - Memcheck:Leak - fun:*alloc - fun:_dl_allocate_tls - ... - obj:*/libffado.so* - fun:call_init - fun:_dl_init -} |