[Libreoffice-commits] core.git: filter/source
Caolán McNamara
caolanm at redhat.com
Sun Aug 21 19:37:55 UTC 2016
filter/source/xsltfilter/LibXSLTTransformer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0a5afd1bbbadeba1334c9dcb20d4721e167027fa
Author: Caolán McNamara <caolanm at redhat.com>
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);
More information about the Libreoffice-commits
mailing list