mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user