From 2df2a989af3296b1d6c7bc829ad3139e290ee474 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 21:46:16 +0200 Subject: 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. --- valgrind.suppressions | 80 --------------------------------------------------- 1 file changed, 80 deletions(-) (limited to 'valgrind.suppressions') diff --git a/valgrind.suppressions b/valgrind.suppressions index 240626ff6..3871d275b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -389,54 +389,6 @@ fun:__nss_lookup_function } -{ - - Memcheck:Leak - fun:*alloc - ... - fun:g_type_init_with_debug_flags -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:g_type_register_static -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:g_type_add_interface_static -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:g_type_add_interface_check -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:g_type_interface_add_prerequisite -} - -{ - - Memcheck:Leak - fun:calloc - fun:g_malloc0 - fun:g_type_class_ref -} - { Memcheck:Leak @@ -477,38 +429,6 @@ fun:g_object_class_install_property } -{ - - Memcheck:Leak - fun:*alloc - ... - fun:soup_*_class_intern_init -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_add_type -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_class_intern_init -} - -{ - - Memcheck:Leak - fun:*alloc - ... - fun:soup_auth_manager_ntlm_class_intern_init -} - { Memcheck:Leak -- cgit v1.2.3