glib.supp: Suppress more _g_io_module_get_default_type leaks

The existing g-io-module-default-singleton-calloc suppression
seems applicable to definite _g_io_module_get_default_type leaks
seen with Valgrind 3.23.0.
This commit is contained in:
correctmost 2024-10-16 20:19:32 -04:00
parent 984224263d
commit 55f28a34a3

View File

@ -390,12 +390,12 @@
{
g-io-module-default-singleton-calloc
Memcheck:Leak
match-leak-kinds:reachable
match-leak-kinds:reachable,definite
fun:calloc
...
fun:g_type_create_instance
...
fun:_g_io_module_get_default
fun:_g_io_module_get_default*
}
# This one seems to show up sometimes with g_type_create_instance() at the top