Skip to content

Commit 6541d59

Browse files
Add LSan suppression warnings
1 parent ff7212e commit 6541d59

File tree

1 file changed

+4
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+4
-1
lines changed

test/sanitizer_suppressions/lsan

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark
12
leak:addCoin
3+
leak:bench_bitcoin
4+
5+
# Suppress warnings triggered in dependencies
26
leak:libcrypto
37
leak:libqminimal
48
leak:libQt5Core
59
leak:libQt5Gui
610
leak:libQt5Widgets
7-
leak:new_allocator.h

0 commit comments

Comments
 (0)