Skip to content

Commit

Permalink
valgrind.suppressions: suppressions for GStaticMutex and more
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Aug 9, 2012
1 parent d488d79 commit 5e2c62d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit 5e2c62d

Please sign in to comment.