diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-11-27 16:53:49 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-11-27 16:52:56 -0500 |
commit | fa5cef0f785705474251faa4b5bf0f94c7100420 (patch) | |
tree | 4ef7b55b83d1e466ed03615b3a80f487edea9a9f /test/sanitizer_suppressions | |
parent | 600b85bb417295f4d9c7d5b9fd8502f3c8f113e3 (diff) |
bench: Destroy wallet txs instead of leaking their memory
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r-- | test/sanitizer_suppressions/lsan | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/sanitizer_suppressions/lsan b/test/sanitizer_suppressions/lsan index 57bc2c2bea..6f15c0f1d4 100644 --- a/test/sanitizer_suppressions/lsan +++ b/test/sanitizer_suppressions/lsan @@ -1,7 +1,3 @@ -# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark -leak:addCoin -leak:bench_bitcoin - # Suppress warnings triggered in dependencies leak:libcrypto leak:libqminimal |