valgrind.suppressions: add more suppressions
This commit is contained in:
parent
6837e5a6a0
commit
6abc94ec07
|
@ -308,6 +308,29 @@
|
|||
fun:WildMidi_Init
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
...
|
||||
fun:ao_initialize
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:ao_initialize
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Addr4
|
||||
...
|
||||
fun:WildMidi_Init
|
||||
}
|
||||
|
||||
{
|
||||
g_quark_from_string
|
||||
Memcheck:Leak
|
||||
|
|
Loading…
Reference in New Issue