valgrind.suppressions: suppressions for GStaticMutex and more

This commit is contained in:
Max Kellermann 2012-08-09 19:27:17 +02:00
parent d488d796f4
commit 5e2c62db2f
1 changed files with 37 additions and 0 deletions

View File

@ -39,6 +39,14 @@
fun:g_main_loop_run
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_once_init_leave
}
{
g_log
Memcheck:Leak
@ -57,6 +65,14 @@
fun:g_slice_*
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_static_mutex_get_mutex_impl
}
{
g_private
Memcheck:Leak
@ -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
}