[glib: 4/6] glib.supp: Ignore allocations while adding quarks




commit 3ee17447cf4a134cda7311983eb7ab6dcf57cd2d
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sat Jul 25 18:03:47 2020 +0200

    glib.supp: Ignore allocations while adding quarks

 glib.supp | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/glib.supp b/glib.supp
index 792d5a51b..e89fd87fc 100644
--- a/glib.supp
+++ b/glib.supp
@@ -1061,3 +1061,13 @@
        fun:error_domain_register
        fun:g_error_domain_register_static
 }
+
+{
+       new_quark
+       Memcheck:Leak
+       match-leak-kinds:reachable
+       fun:malloc
+       ...
+       fun:g_hash_table_insert
+       fun:quark_new
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]