Merge branch 'supp' into 'master'

valgrind: Add glib_init()-related suppressions

See merge request GNOME/glib!436
This commit is contained in:
Philip Withnall 2018-11-02 20:34:53 +00:00
commit 5c7e64ae77

View File

@ -61,6 +61,26 @@
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
Memcheck:Leak