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>
This commit is contained in:
Philip Withnall 2018-11-15 09:27:24 +00:00
parent 0ff5e5cd32
commit c2607ab321

View File

@ -203,7 +203,7 @@
{
g-type-class-init
Memcheck:Leak
fun:calloc
fun:g_type_create_instance
...
fun:type_class_init_Wm
}