From 3ee17447cf4a134cda7311983eb7ab6dcf57cd2d Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Sat, 25 Jul 2020 18:03:47 +0200 Subject: [PATCH] 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 +}