aboutsummaryrefslogtreecommitdiffstats
path: root/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind.supp')
-rw-r--r--valgrind.supp8
1 files changed, 8 insertions, 0 deletions
diff --git a/valgrind.supp b/valgrind.supp
index 4225021..3aa2cd1 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -37,3 +37,11 @@
...
fun:g_type_register_static
}
+
+{
+ leak:g_type_register_static
+ Memcheck:Leak
+ match-leak-kinds: possible
+ ...
+ fun:g_zlib_compressor_class_intern_init
+}