filter/source/xsltfilter/LibXSLTTransformer.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0a5afd1bbbadeba1334c9dcb20d4721e167027fa Author: Caolán McNamara <[email protected]> Date: Sun Aug 21 13:12:00 2016 +0100 coverity#1371452 Wrapper object use after free have another stab at silencing that Change-Id: Ia3fe1c072bd8062a13991bbb2eca008264450138 diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx index 239a9a2..f3b8265 100644 --- a/filter/source/xsltfilter/LibXSLTTransformer.cxx +++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx @@ -327,7 +327,6 @@ namespace XSLT m_transformer->error(msg); } closeOutput(); - m_tcontext->_private = nullptr; oh.reset(); xsltFreeStylesheet(styleSheet); xsltFreeTransformContext(m_tcontext);
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
