mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
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:
parent
984224263d
commit
55f28a34a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user