Kaydet (Commit) a933990a authored tarafından Michael Stahl's avatar Michael Stahl

xmlsecurity: fix DrMemory warning

Presumably that was the intent?

Change-Id: Ibfca90041d6913827d2f329bab448afe4d725b46
üst 2fed793e
......@@ -135,7 +135,7 @@ SAXHelper::SAXHelper( )
{
xmlSAXVersion(m_pParserCtxt->sax, 1);
if( m_pParserCtxt->inputTab[0] != nullptr )
if (m_pParserCtxt->inputTab != nullptr)
{
m_pParserCtxt->inputTab[0] = nullptr ;
}
......
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