cid#1506306 Uninitialized scalar field
Change-Id: I2daf370dc68dff19f1be538744d7241c080d8149 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136077 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
8831ef2d47
commit
97324e7e50
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ ZCodec::ZCodec( size_t nInBufSize, size_t nOutBufSize )
|
|||
, mnInToRead(0)
|
||||
, mpOStm(nullptr)
|
||||
, mnOutBufSize(nOutBufSize)
|
||||
, mnUncompressedSize(0)
|
||||
, mnInBufCRC32(0)
|
||||
, mnLastModifiedTime(0)
|
||||
, mnCompressLevel(0)
|
||||
, mbGzLib(false)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue