Commit 604ca50b authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: added new suppressions

parent 537e3535
......@@ -209,6 +209,15 @@
}
{
g_set_application_name
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_strdup
fun:g_set_application_name
}
{
g_thread_init_glib
Memcheck:Leak
fun:malloc
......@@ -741,6 +750,16 @@
}
{
g_quark_from_string
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_slice_alloc
fun:g_hash_table_new_full
fun:g_quark_from_string
}
{
g_get_any_init_do
Memcheck:Leak
fun:malloc
......
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