diff options
author | fanquake <fanquake@gmail.com> | 2022-02-19 20:00:09 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-04 10:40:00 +0100 |
commit | 15893a07811e022bf9e774b831f8386df7ac52e5 (patch) | |
tree | 9ac22e5876e82804e55d4e0df1e86f3d61a8628b /contrib/valgrind.supp | |
parent | b0740fdcb84120b76b201e6d17859e9a398f93b4 (diff) |
supp: remove Boost Valgrind suppression
Diffstat (limited to 'contrib/valgrind.supp')
-rw-r--r-- | contrib/valgrind.supp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp index 99ca305fe7..6efe49254b 100644 --- a/contrib/valgrind.supp +++ b/contrib/valgrind.supp @@ -113,16 +113,6 @@ fun:GetCoin } { - Suppress boost warning - Memcheck:Leak - fun:_Znwm - ... - fun:_ZN5boost9unit_test9framework5state17execute_test_treeEmjPKNS2_23random_generator_helperE - fun:_ZN5boost9unit_test9framework3runEmb - fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc - fun:main -} -{ Suppress LogInstance still reachable memory warning Memcheck:Leak match-leak-kinds: reachable |