Commit d74fa0c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

skins2: missing initialization

parent 68a46961
......@@ -58,6 +58,7 @@ XMLParser::XMLParser( intf_thread_t *pIntf, const string &rFileName,
{
msg_Err( getIntf(), "failed to open %s for reading",
rFileName.c_str() );
m_pReader = NULL;
return;
}
m_pReader = xml_ReaderCreate( m_pXML, m_pStream );
......
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