diff options
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 939ae6c18..2cce34186 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -40,6 +40,14 @@ } { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:g_once_init_leave +} + +{ g_log Memcheck:Leak fun:*alloc @@ -58,6 +66,14 @@ } { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:g_static_mutex_get_mutex_impl +} + +{ g_private Memcheck:Leak fun:*alloc @@ -483,3 +499,24 @@ fun:?alloc fun:snd1_dlobj_cache_get } + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:_Znwm + ... + obj:*/libjack.so* + 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 +} |