valgrind.suppressions: add more suppressions

This commit is contained in:
Max Kellermann 2013-01-03 23:46:47 +01:00
parent 6837e5a6a0
commit 6abc94ec07
1 changed files with 23 additions and 0 deletions

View File

@ -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