diff options
author | Max Kellermann <max@duempel.org> | 2012-08-09 19:27:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-09 20:59:48 +0200 |
commit | 5e2c62db2fd8ddc165b358f23c19b4e8b873b4ec (patch) | |
tree | 8ca8c8d2ee8fd1354afbff2d6cd2c0666af803be /valgrind.suppressions | |
parent | d488d796f45a89eb20ef1f8dba6824706e1384d9 (diff) |
valgrind.suppressions: suppressions for GStaticMutex and more
Diffstat (limited to 'valgrind.suppressions')
-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 +} |