mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'valgrind-updates' into 'master'
glib.supp: Generalize some suppressions See merge request GNOME/glib!1989
This commit is contained in:
commit
4784da5047
16
glib.supp
16
glib.supp
@ -90,7 +90,7 @@
|
||||
match-leak-kinds:reachable
|
||||
fun:malloc
|
||||
...
|
||||
fun:gobject_init_ctor
|
||||
fun:gobject_init*
|
||||
}
|
||||
|
||||
{
|
||||
@ -99,7 +99,7 @@
|
||||
match-leak-kinds:reachable
|
||||
fun:realloc
|
||||
...
|
||||
fun:gobject_init_ctor
|
||||
fun:gobject_init*
|
||||
}
|
||||
|
||||
{
|
||||
@ -108,7 +108,7 @@
|
||||
match-leak-kinds:possible,reachable
|
||||
fun:calloc
|
||||
...
|
||||
fun:gobject_init_ctor
|
||||
fun:gobject_init*
|
||||
}
|
||||
|
||||
{
|
||||
@ -366,6 +366,16 @@
|
||||
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
|
||||
Memcheck:Leak
|
||||
|
Loading…
Reference in New Issue
Block a user