diff options
Diffstat (limited to 'xfa/fxfa/app/cxfa_textparsecontext.cpp')
-rw-r--r-- | xfa/fxfa/app/cxfa_textparsecontext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/app/cxfa_textparsecontext.cpp b/xfa/fxfa/app/cxfa_textparsecontext.cpp index c0c226c4ac..e4beb1fcb0 100644 --- a/xfa/fxfa/app/cxfa_textparsecontext.cpp +++ b/xfa/fxfa/app/cxfa_textparsecontext.cpp @@ -17,8 +17,6 @@ CXFA_TextParseContext::CXFA_TextParseContext() m_eDisplay(FDE_CSSDisplay::None) {} CXFA_TextParseContext::~CXFA_TextParseContext() { - if (m_pParentStyle) - m_pParentStyle->Release(); FX_Free(m_ppMatchedDecls); } |