summaryrefslogtreecommitdiff
path: root/glib.supp
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-11-15 09:27:24 +0000
committerPhilip Withnall <withnall@endlessm.com>2018-11-15 09:27:24 +0000
commitc2607ab321702a6d08adcb05d8370907d06dd7c5 (patch)
tree6fb0ebdc5d61029a472e621a9f0db5c0bfca735e /glib.supp
parent0ff5e5cd32c9373d62668f94bb44be39378c2d60 (diff)
downloadglib-c2607ab321702a6d08adcb05d8370907d06dd7c5.tar.gz
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>
Diffstat (limited to 'glib.supp')
-rw-r--r--glib.supp2
1 files changed, 1 insertions, 1 deletions
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
}