| 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 fb2e51c21ff58084c8f1022933649802b506d576..ef6cd350044ac4643f2d4c9a69abe5f91b2c5e94 100644
|
| --- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| +++ b/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
|
| @@ -36,10 +36,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,
|
|
|