Fix FileLog and removed Mem leak in RemoteLog

This commit is contained in:
BenDr0id 2018-06-20 09:43:19 +02:00
parent bb1fba37a6
commit 7897f8f645
3 changed files with 8 additions and 3 deletions

View file

@ -38,6 +38,7 @@ NetworkState::NetworkState() :
failures(0),
rejected(0),
total(0),
powVariant(POW_AUTODETECT),
m_active(false)
{
memset(pool, 0, sizeof(pool));