| Index: xfa/src/fxbarcode/BC_TwoDimWriter.cpp
|
| diff --git a/xfa/src/fxbarcode/BC_TwoDimWriter.cpp b/xfa/src/fxbarcode/BC_TwoDimWriter.cpp
|
| index a97ae2069b02905567d052584ce436761a570c1c..700bcff02ca9f98e8f88d4c7848de28326f5595e 100644
|
| --- a/xfa/src/fxbarcode/BC_TwoDimWriter.cpp
|
| +++ b/xfa/src/fxbarcode/BC_TwoDimWriter.cpp
|
| @@ -18,10 +18,7 @@ CBC_TwoDimWriter::CBC_TwoDimWriter() {
|
| m_output = NULL;
|
| }
|
| CBC_TwoDimWriter::~CBC_TwoDimWriter() {
|
| - if (m_output != NULL) {
|
| - delete m_output;
|
| - m_output = NULL;
|
| - }
|
| + delete m_output;
|
| }
|
| void CBC_TwoDimWriter::RenderDeviceResult(CFX_RenderDevice* device,
|
| const CFX_Matrix* matrix) {
|
|
|