valgrind.suppressions: more library suppressions
This commit is contained in:
parent
ef71df60f6
commit
192f4240e3
|
@ -336,6 +336,15 @@
|
||||||
fun:WildMidi_Init
|
fun:WildMidi_Init
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:*alloc
|
||||||
|
...
|
||||||
|
fun:g_quark_init
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
g_quark_from_string
|
g_quark_from_string
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
@ -554,3 +563,29 @@
|
||||||
...
|
...
|
||||||
fun:_dl_init
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue