summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-06-08 12:12:09 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-06-08 12:32:10 +0200
commitd6ec62784466c6d9a9e658e66fe521a74264478d (patch)
treecbf2bcc1cc502055a1ec14a81194646dd8b63b0a
parenta90d3ad1c82b63146a285a4e5d08f868fe16dd00 (diff)
downloadlasso-d6ec62784466c6d9a9e658e66fe521a74264478d.tar.gz
lasso-d6ec62784466c6d9a9e658e66fe521a74264478d.tar.xz
lasso-d6ec62784466c6d9a9e658e66fe521a74264478d.zip
tests/valgrind: add suppression of all leaks related to initialisation of the GLib type system
-rw-r--r--tests/valgrind/glib.supp6
1 files changed, 6 insertions, 0 deletions
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_*
+}