diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
commit | 2df2a989af3296b1d6c7bc829ad3139e290ee474 (patch) | |
tree | f2c354c257b17c53caaad79bce050c4cea1a6c86 /valgrind.suppressions | |
parent | 4a800b311f5dfde74956edb29dee99998ba1ced1 (diff) |
input/soup: plugin removed
This plugin is cumbersome to support, now that MPD is migrating away
from GLib and the GLib event loop. It has no practical advantages
over the CURL plugin. Soup requires the bloated GType library.
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 240626ff6..3871d275b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -394,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 } @@ -482,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 } |