diff options
Diffstat (limited to 'core/src/fxcrt')
-rw-r--r-- | core/src/fxcrt/fx_xml_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fx_xml_parser.cpp b/core/src/fxcrt/fx_xml_parser.cpp index c3d4b9c506..b7e58a04e1 100644 --- a/core/src/fxcrt/fx_xml_parser.cpp +++ b/core/src/fxcrt/fx_xml_parser.cpp @@ -8,7 +8,7 @@ #include "xml_int.h" CXML_Parser::~CXML_Parser() { - if (m_bOwnedStream) { + if (m_bOwnedStream && m_pDataAcc) { m_pDataAcc->Release(); } } |