[glib: 2/3] glib.supp: Make a suppression less specific



commit c2607ab321702a6d08adcb05d8370907d06dd7c5
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Nov 15 09:27:24 2018 +0000

    glib.supp: Make a suppression less specific
    
    Sometimes valgrind doesn’t count the calloc() call at the innermost
    stack frame, and counts it as g_type_create_instance() instead.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib.supp b/glib.supp
index 9236b3d16..9163ee3e1 100644
--- a/glib.supp
+++ b/glib.supp
@@ -203,7 +203,7 @@
 {
        g-type-class-init
        Memcheck:Leak
-       fun:calloc
+       fun:g_type_create_instance
        ...
        fun:type_class_init_Wm
 }


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