Chromium Code Reviews| Index: core/src/fxcrt/xml_int.h |
| diff --git a/core/src/fxcrt/xml_int.h b/core/src/fxcrt/xml_int.h |
| index 1008436c8452542fa34a13782f8d79fff75fb5b8..ee2cbef7a621114527c4bea0c954a1add984863a 100644 |
| --- a/core/src/fxcrt/xml_int.h |
| +++ b/core/src/fxcrt/xml_int.h |
| @@ -45,9 +45,7 @@ class CXML_DataStmAcc : public IFX_BufferRead { |
| FXSYS_assert(m_pFileRead != NULL); |
| } |
| virtual ~CXML_DataStmAcc() { |
| - if (m_pBuffer) { |
| FX_Free(m_pBuffer); |
| - } |
| } |
| virtual void Release() { delete this; } |
| virtual FX_BOOL IsEOF() { |