lbrycrd/test/sanitizer_suppressions/lsan

11 lines
236 B
Text
Raw Normal View History

2018-11-26 22:06:59 +01:00
# Suppress warnings about addCoin(...) leak in the CoinSelection benchmark
2018-11-15 15:08:28 +01:00
leak:addCoin
2018-11-26 22:06:59 +01:00
leak:bench_bitcoin
# Suppress warnings triggered in dependencies
2018-11-15 15:08:28 +01:00
leak:libcrypto
leak:libqminimal
leak:libQt5Core
leak:libQt5Gui
leak:libQt5Widgets