coverity#707832 Uninitialized scalar field
Change-Id: I49220146ea83b04371d80f94dbf1405b0a7aea9d
This commit is contained in:
@@ -570,9 +570,14 @@ CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) :
|
||||
bStatus ( false ),
|
||||
pByteSwap ( NULL ),
|
||||
pIStream ( NULL ),
|
||||
nEOLCount ( 0 ),
|
||||
nWidth ( nImageWidth ),
|
||||
nOptions ( nOpts ),
|
||||
pLastLine ( NULL )
|
||||
bFirstEOL ( false ),
|
||||
nInputBitsBuf( 0 ),
|
||||
nInputBitsBufSize( 0 ),
|
||||
pLastLine ( NULL ),
|
||||
nLastLineSize( 0 )
|
||||
{
|
||||
if ( nOpts & CCI_OPTION_INVERSEBITORDER )
|
||||
{
|
||||
|
Reference in New Issue
Block a user