From d7120f7f78cda5ed1ab91f83e9b546de68dbee47 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sun, 3 May 2020 10:07:11 +0800 Subject: valgrind : remove duplicate BCLog::Logger suppression This was added in #17770, but is identical to the supression above. --- contrib/valgrind.supp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'contrib') 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 -} -- cgit v1.2.3