| Index: xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| index 1b2f82d489637e51d459230dfb926ecab6e093d4..2586751107825d1501bc2aa490640a71550269e6 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| @@ -37,10 +37,7 @@ void CBC_DataMatrixReader::Init() {
|
| m_decoder->Init();
|
| }
|
| CBC_DataMatrixReader::~CBC_DataMatrixReader() {
|
| - if (m_decoder != NULL) {
|
| - delete m_decoder;
|
| - }
|
| - m_decoder = NULL;
|
| + delete m_decoder;
|
| }
|
| CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image,
|
| int32_t hints,
|
|
|