diff options
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 8d08f7d9a..5538516a9 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -4,6 +4,14 @@ # bogus messages. { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:g_random_int +} + +{ g_main_context_dispatch Memcheck:Leak fun:malloc @@ -221,6 +229,15 @@ } { + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + ... + fun:RSA_new_method +} + +{ <insert a suppression name here> Memcheck:Leak fun:*alloc |