mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
glib.supp: Add suppressions from gsettings test
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
f829b65e51
commit
5beed066d1
48
glib.supp
48
glib.supp
@ -228,6 +228,16 @@
|
||||
fun:_g_io_module_get_default
|
||||
}
|
||||
|
||||
{
|
||||
g-io-module-default-singleton-name
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_strdup
|
||||
...
|
||||
fun:_g_io_module_get_default*
|
||||
}
|
||||
|
||||
{
|
||||
g-get-language-names-malloc
|
||||
Memcheck:Leak
|
||||
@ -675,4 +685,42 @@
|
||||
...
|
||||
fun:g_queue_new
|
||||
fun:g_main_context_push_thread_default
|
||||
}
|
||||
|
||||
# One-time allocations for #GFileInfo attribute cache
|
||||
{
|
||||
g_file_info_attribute_cache
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:ensure_attribute_hash
|
||||
...
|
||||
fun:g_file_*
|
||||
}
|
||||
{
|
||||
g_file_info_attribute_cache2
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
...
|
||||
fun:ensure_attribute_hash
|
||||
...
|
||||
fun:g_file_*
|
||||
}
|
||||
{
|
||||
g_file_info_attribute_cache3
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:lookup_namespace
|
||||
...
|
||||
fun:g_file_*
|
||||
}
|
||||
{
|
||||
g_file_info_attribute_cache4
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
...
|
||||
fun:lookup_namespace
|
||||
...
|
||||
fun:g_file_*
|
||||
}
|
Loading…
Reference in New Issue
Block a user