diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-05 22:50:26 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-05 22:53:02 +0100 |
commit | 92ec3f0881e960eac7cd6d411865b18e5a1ab094 (patch) | |
tree | cf2dc371c88c2966ffc07ff593f281d8640df133 /valgrind.suppressions | |
parent | 98c47d9d368328da754c8b4e0ecd840b11be1f11 (diff) |
valgrind.suppressions: add GObject/libgcrypt/libsmbclient suppressions
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index b6d28b67a..0a509701b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -429,6 +429,23 @@ { <insert_a_suppression_name_here> Memcheck:Leak + match-leak-kinds: reachable + fun:*alloc + ... + fun:g_type_register_static +} + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:gobject_init_ctor +} + +{ + <insert_a_suppression_name_here> + Memcheck:Leak fun:*alloc ... fun:intern_header_name @@ -485,6 +502,19 @@ } # +# libgcrypt +# + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + match-leak-kinds: reachable + fun:*alloc + ... + fun:_gcry_mpi_init +} + +# # libopenal # @@ -549,6 +579,14 @@ fun:smbc_init } +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:SMBC_module_init +} + # # libgomp # |