aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-05-03 10:07:11 +0800
committerfanquake <fanquake@gmail.com>2020-05-05 11:10:36 +0800
commitd7120f7f78cda5ed1ab91f83e9b546de68dbee47 (patch)
treec24039d2e583a7dafe2f4286f156b2e7239a38fe /contrib
parent708e3c7e85a666d5b8da8638a819c0f3973fcca4 (diff)
downloadbitcoin-d7120f7f78cda5ed1ab91f83e9b546de68dbee47.tar.xz
valgrind : remove duplicate BCLog::Logger suppression
This was added in #17770, but is identical to the supression above.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/valgrind.supp8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
index c3d29f4f29..f232bb62c2 100644
--- a/contrib/valgrind.supp
+++ b/contrib/valgrind.supp
@@ -184,11 +184,3 @@
...
fun:_ZN5BCLog6Logger12StartLoggingEv
}
-{
- Suppress BCLog::Logger::StartLogging() still reachable memory warning
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- ...
- fun:_ZN5BCLog6Logger12StartLoggingEv
-}