Skip to content

Commit

Permalink
valgrind : remove duplicate BCLog::Logger suppression
Browse files Browse the repository at this point in the history
This was added in bitcoin#17770, but is identical to the supression above.
  • Loading branch information
fanquake committed May 5, 2020
1 parent 708e3c7 commit d7120f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions contrib/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,3 @@
...
fun:_ZN5BCLog6Logger12StartLoggingEv
}
{
Suppress BCLog::Logger::StartLogging() still reachable memory warning
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
...
fun:_ZN5BCLog6Logger12StartLoggingEv
}

0 comments on commit d7120f7

Please sign in to comment.