[glib: 3/6] glib.supp: Add suppressions from gsettings test
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/6] glib.supp: Add suppressions from gsettings test
- Date: Wed, 30 Jan 2019 18:56:54 +0000 (UTC)
commit 5beed066d12dac59e21994dc647c6641f1d8ce72
Author: Philip Withnall <withnall endlessm com>
Date: Wed Jan 23 15:17:25 2019 +0000
glib.supp: Add suppressions from gsettings test
Signed-off-by: Philip Withnall <withnall endlessm com>
glib.supp | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index ac753d3b0..7354aeab5 100644
--- a/glib.supp
+++ b/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_*
}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]