From 92ec3f0881e960eac7cd6d411865b18e5a1ab094 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Feb 2019 22:50:26 +0100 Subject: [PATCH] valgrind.suppressions: add GObject/libgcrypt/libsmbclient suppressions --- valgrind.suppressions | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/valgrind.suppressions b/valgrind.suppressions index b6d28b67a..0a509701b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -426,6 +426,23 @@ fun:g_object_class_install_property } +{ + + Memcheck:Leak + match-leak-kinds: reachable + fun:*alloc + ... + fun:g_type_register_static +} + +{ + + Memcheck:Leak + fun:*alloc + ... + fun:gobject_init_ctor +} + { Memcheck:Leak @@ -484,6 +501,19 @@ fun:do_preload } +# +# libgcrypt +# + +{ + + Memcheck:Leak + match-leak-kinds: reachable + fun:*alloc + ... + fun:_gcry_mpi_init +} + # # libopenal # @@ -549,6 +579,14 @@ fun:smbc_init } +{ + + Memcheck:Leak + fun:*alloc + ... + fun:SMBC_module_init +} + # # libgomp #