mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
valgrind : remove duplicate BCLog::Logger suppression
This was added in #17770, but is identical to the supression above.
This commit is contained in:
parent
708e3c7e85
commit
d7120f7f78
1 changed files with 0 additions and 8 deletions
|
@ -184,11 +184,3 @@
|
||||||
...
|
...
|
||||||
fun:_ZN5BCLog6Logger12StartLoggingEv
|
fun:_ZN5BCLog6Logger12StartLoggingEv
|
||||||
}
|
}
|
||||||
{
|
|
||||||
Suppress BCLog::Logger::StartLogging() still reachable memory warning
|
|
||||||
Memcheck:Leak
|
|
||||||
match-leak-kinds: reachable
|
|
||||||
fun:malloc
|
|
||||||
...
|
|
||||||
fun:_ZN5BCLog6Logger12StartLoggingEv
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue