From d6ec62784466c6d9a9e658e66fe521a74264478d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 8 Jun 2014 12:12:09 +0200 Subject: [PATCH] tests/valgrind: add suppression of all leaks related to initialisation of the GLib type system --- tests/valgrind/glib.supp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/valgrind/glib.supp b/tests/valgrind/glib.supp index 0046c8fa..9c065378 100644 --- a/tests/valgrind/glib.supp +++ b/tests/valgrind/glib.supp @@ -406,3 +406,9 @@ fun:g_get_charset fun:g_log_default_handler } +{ + register type + Memcheck:Leak + ... + fun:g_type_init_* +}