Commit f703da15 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: suppressions for GStaticMutex and more

parent a582deee
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment