[gtk/matthiasc/for-master: 16/16] Add g_intern_static_string to valgrind suppressions



commit 6fdf6d5640866ff78a21a5498163cb9ae2027e74
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 28 11:58:25 2020 -0400

    Add g_intern_static_string to valgrind suppressions
    
    That function can also trigger a quark table reallocation.

 gtk.supp | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/gtk.supp b/gtk.supp
index 87ce6d2ec6..56ec710493 100644
--- a/gtk.supp
+++ b/gtk.supp
@@ -269,3 +269,11 @@
   ...
   fun:g_quark_*
 }
+{
+  glib GQuark
+  Memcheck:Leak
+  match-leak-kinds: definite
+  fun:malloc
+  ...
+  fun:g_intern_static_string
+}


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