Kaydet (Commit) 0a5afd1b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1371452 Wrapper object use after free

have another stab at silencing that

Change-Id: Ia3fe1c072bd8062a13991bbb2eca008264450138
üst 221a1766
......@@ -327,7 +327,6 @@ namespace XSLT
m_transformer->error(msg);
}
closeOutput();
m_tcontext->_private = nullptr;
oh.reset();
xsltFreeStylesheet(styleSheet);
xsltFreeTransformContext(m_tcontext);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment