| Index: xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| diff --git a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| index 9df2c31c210a758c440582dd249c1dd52035d18b..89a383e5bce3fe52ba7a6b40f40f84f90ca48bcc 100644
|
| --- a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| +++ b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp
|
| @@ -59,9 +59,7 @@ void CBC_CommonDecoderResult::setOther(CBC_PDF417ResultMetadata* other) {
|
| m_other = other;
|
| }
|
| CBC_CommonDecoderResult::~CBC_CommonDecoderResult() {
|
| - if (m_other != NULL) {
|
| - delete m_other;
|
| - }
|
| + delete m_other;
|
| }
|
| const CFX_ByteArray& CBC_CommonDecoderResult::GetRawBytes() {
|
| return m_rawBytes;
|
|
|