aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-11-28 11:13:59 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-11-28 11:14:03 -0500
commit60b20c869f8df9a81b5080ebcbe8c9cf4e6b9d77 (patch)
tree73c553376252eb05c38aa2a9d183125e2b1a0827 /test
parent0a452d02cebb3584a0725be91eeb382da69322af (diff)
parentfa5cef0f785705474251faa4b5bf0f94c7100420 (diff)
Merge #14822: bench: Destroy wallet txs instead of leaking their memory
fa5cef0f78 bench: Destroy wallet txs instead of leaking their memory (MarcoFalke) Pull request description: This should destroy the wallet txs when the benchmark ends to avoid having to hold them when the following benchmarks run. Tree-SHA512: e2510946e6a47fad3ec5fb28d298df8ddc2e017455fcff777fa7bbc12d801c08739db6a7a7289509aaa881ccdc59dfff9bcb6772b48db2c457d3787081a46c06
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_suppressions/lsan4
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