Kaydet (Commit) a26a76fb authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Andras Timar

xmlsecurity: fix DrMemory warning

Presumably that was the intent?

(cherry picked from commit a933990a)

Change-Id: Ibfca90041d6913827d2f329bab448afe4d725b46
Reviewed-on: https://gerrit.libreoffice.org/20289Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
(cherry picked from commit 3faec544)
üst 4982db90
......@@ -137,7 +137,7 @@ SAXHelper::SAXHelper( )
{
xmlSAXVersion(m_pParserCtxt->sax, 1);
if( m_pParserCtxt->inputTab[0] != NULL )
if (m_pParserCtxt->inputTab != nullptr)
{
m_pParserCtxt->inputTab[0] = NULL ;
}
......
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