From c2607ab321702a6d08adcb05d8370907d06dd7c5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 15 Nov 2018 09:27:24 +0000 Subject: [PATCH] glib.supp: Make a suppression less specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 }