Add g_intern_static_string to valgrind suppressions

That function can also trigger a quark table reallocation.
This commit is contained in:
Matthias Clasen 2020-06-28 11:58:25 -04:00
parent 5229069101
commit 1f8c79eca1

View File

@ -269,3 +269,11 @@
...
fun:g_quark_*
}
{
glib GQuark
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:g_intern_static_string
}