valgrind.suppressions: suppressions for GStaticMutex and more
This commit is contained in:
parent
a582deee2c
commit
f703da1516
@ -39,6 +39,14 @@
|
|||||||
fun:g_main_loop_run
|
fun:g_main_loop_run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:g_once_init_leave
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
g_log
|
g_log
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
@ -57,6 +65,14 @@
|
|||||||
fun:g_slice_*
|
fun:g_slice_*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:g_static_mutex_get_mutex_impl
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
g_private
|
g_private
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
@ -483,3 +499,24 @@
|
|||||||
fun:?alloc
|
fun:?alloc
|
||||||
fun:snd1_dlobj_cache_get
|
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
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user