Commit 6abc94ec authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: add more suppressions

parent 6837e5a6
......@@ -309,6 +309,29 @@
}
{
<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
fun:*alloc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment