valgrind.suppressions: more library suppressions

This commit is contained in:
Max Kellermann 2018-01-04 10:20:53 +01:00
parent ef71df60f6
commit 192f4240e3
1 changed files with 35 additions and 0 deletions

View File

@ -336,6 +336,15 @@
fun:WildMidi_Init
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:g_quark_init
}
{
g_quark_from_string
Memcheck:Leak
@ -554,3 +563,29 @@
...
fun:_dl_init
}
#
# libpixman
#
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:pixman_constructor
}
#
# libssh (via libcurl)
#
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:libssh2_init
}