Skip to content

Commit d7120f7

Browse files
committed
valgrind : remove duplicate BCLog::Logger suppression
This was added in #17770, but is identical to the supression above.
1 parent 708e3c7 commit d7120f7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

contrib/valgrind.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,3 @@
184184
...
185185
fun:_ZN5BCLog6Logger12StartLoggingEv
186186
}
187-
{
188-
Suppress BCLog::Logger::StartLogging() still reachable memory warning
189-
Memcheck:Leak
190-
match-leak-kinds: reachable
191-
fun:malloc
192-
...
193-
fun:_ZN5BCLog6Logger12StartLoggingEv
194-
}

0 commit comments

Comments
 (0)