Skip to content

Commit

Permalink
Add LSan suppression warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Nov 26, 2018
1 parent ff7212e commit 6541d59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/sanitizer_suppressions/lsan
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark
leak:addCoin
leak:bench_bitcoin

# Suppress warnings triggered in dependencies
leak:libcrypto
leak:libqminimal
leak:libQt5Core
leak:libQt5Gui
leak:libQt5Widgets
leak:new_allocator.h

0 comments on commit 6541d59

Please sign in to comment.