Commit df627cc4 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: suppress g_intern_static_string()

parent 1b20300b
......@@ -106,6 +106,14 @@
}
{
g_static_private_set
Memcheck:Leak
fun:*alloc
...
fun:g_intern_static_string
}
{
g_get_language_names
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