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

xmlsecurity: fix DrMemory warning

Presumably that was the intent?

Change-Id: Ibfca90041d6913827d2f329bab448afe4d725b46
(cherry picked from commit a933990a)
üst 708050dc
......@@ -137,7 +137,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