mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 08:26:14 +01:00
Merge branch 'supp' into 'master'
valgrind: Add glib_init()-related suppressions See merge request GNOME/glib!436
This commit is contained in:
commit
5c7e64ae77
20
glib.supp
20
glib.supp
@ -61,6 +61,26 @@
|
|||||||
fun:g_local_vfs_parse_name
|
fun:g_local_vfs_parse_name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
glib-init-malloc
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:g_quark_init
|
||||||
|
...
|
||||||
|
fun:glib_init_ctor
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
glib-init-calloc
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:calloc
|
||||||
|
...
|
||||||
|
fun:g_quark_init
|
||||||
|
...
|
||||||
|
fun:glib_init_ctor
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
gobject-init-malloc
|
gobject-init-malloc
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
Reference in New Issue
Block a user