This commit is contained in:
Igor Pavlov
2021-07-22 23:00:14 +01:00
committed by Kornel
parent 4a960640a3
commit 585698650f
619 changed files with 34904 additions and 10859 deletions

View File

@@ -64,16 +64,16 @@ enum FilterType
static const size_t kWriteStep = (size_t)1 << 22;
CDecoder::CDecoder():
_window(NULL),
_winPos(0),
_winSizeAllocated(0),
_lzSize(0),
_lzEnd(0),
_writtenFileSize(0),
_dictSizeLog(0),
_isSolid(false),
_solidAllowed(false),
_wasInit(false),
_dictSizeLog(0),
_window(NULL),
_winPos(0),
_lzSize(0),
_lzEnd(0),
_writtenFileSize(0),
_winSizeAllocated(0),
_inputBuf(NULL)
{
}