Add more valgrind suppressions

This gets all GQuark functions out of the logs.
This commit is contained in:
Matthias Clasen 2022-08-12 12:43:26 -04:00
parent c7a55faf37
commit 586826d34c

View File

@ -285,6 +285,14 @@
...
fun:g_intern_static_string
}
{
glib GQuark
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:g_intern_string
}
# Threads
{