[gtk/leak-fixes-46: 2/5] Add more valgrind suppressions




commit 981690b12eec7a40c5de4ab4fa2c7e19bb1f154c
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 12 12:43:26 2022 -0400

    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
 {


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