Merge branch 'cm/broaden-suppression' into 'main'

glib.supp: Suppress more _g_io_module_get_default_type leaks

See merge request GNOME/glib!4354
This commit is contained in:
Philip Withnall
2024-10-17 10:52:29 +00:00

View File

@@ -390,12 +390,12 @@
{ {
g-io-module-default-singleton-calloc g-io-module-default-singleton-calloc
Memcheck:Leak Memcheck:Leak
match-leak-kinds:reachable match-leak-kinds:reachable,definite
fun:calloc fun:calloc
... ...
fun:g_type_create_instance 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 # This one seems to show up sometimes with g_type_create_instance() at the top