diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 00:44:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 00:44:02 +0200 |
commit | e903d0096807565834c77e6d85c670493e34202f (patch) | |
tree | 9036b18ab60c5182fbc843e3e2cb2703b8b7362a /valgrind.suppressions | |
parent | cc6c452854d996183700d974b8fdf54e7b14aef3 (diff) |
output/ffado: remove broken plugin
This plugin has been in MPD for three years, and it has never worked.
Enough!
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 56bb8e62f..240626ff6 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -549,14 +549,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 -} |