glib.supp: Ignore allocations while adding quarks

This commit is contained in:
Krzesimir Nowak 2020-07-25 18:03:47 +02:00 committed by Philip Withnall
parent 3af6849881
commit 3ee17447cf

View File

@ -1061,3 +1061,13 @@
fun:error_domain_register
fun:g_error_domain_register_static
}
{
new_quark
Memcheck:Leak
match-leak-kinds:reachable
fun:malloc
...
fun:g_hash_table_insert
fun:quark_new
}