Merge branch 'valgrind-updates' into 'master'

glib.supp: Generalize some suppressions

See merge request GNOME/glib!1989
This commit is contained in:
Philip Withnall 2021-03-14 17:18:57 +00:00
commit 4784da5047

View File

@ -90,7 +90,7 @@
match-leak-kinds:reachable match-leak-kinds:reachable
fun:malloc fun:malloc
... ...
fun:gobject_init_ctor fun:gobject_init*
} }
{ {
@ -99,7 +99,7 @@
match-leak-kinds:reachable match-leak-kinds:reachable
fun:realloc fun:realloc
... ...
fun:gobject_init_ctor fun:gobject_init*
} }
{ {
@ -108,7 +108,7 @@
match-leak-kinds:possible,reachable match-leak-kinds:possible,reachable
fun:calloc fun:calloc
... ...
fun:gobject_init_ctor fun:gobject_init*
} }
{ {
@ -366,6 +366,16 @@
fun:g_type_class_ref fun:g_type_class_ref
} }
{
g-type-class-ref-inlined
Memcheck:Leak
fun:calloc
...
fun:UnknownInlinedFun
...
fun:g_type_class_ref
}
{ {
g-io-module-default-singleton-malloc g-io-module-default-singleton-malloc
Memcheck:Leak Memcheck:Leak