From 586826d34c7e53038b7b82bd7ab56ae8fb56afd4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Aug 2022 12:43:26 -0400 Subject: [PATCH] Add more valgrind suppressions This gets all GQuark functions out of the logs. --- gtk.supp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk.supp b/gtk.supp index 927d6f102b..a93c780081 100644 --- a/gtk.supp +++ b/gtk.supp @@ -285,6 +285,14 @@ ... fun:g_intern_static_string } +{ + glib GQuark + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + ... + fun:g_intern_string +} # Threads { -- 2.30.2