mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user