Commit 1ff8d453 authored by Francois Cartegnie's avatar Francois Cartegnie

skins2: uninitialized member (cid #1346980)

parent ab45fefc
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
XMLParser::XMLParser( intf_thread_t *pIntf, const std::string &rFileName ) XMLParser::XMLParser( intf_thread_t *pIntf, const std::string &rFileName )
: SkinObject( pIntf ), m_pXML( NULL ), m_pReader( NULL ), m_pStream( NULL ) : SkinObject( pIntf ), m_pXML( NULL ), m_pReader( NULL ), m_pStream( NULL )
{ {
m_errors = false;
m_pXML = xml_Create( pIntf ); m_pXML = xml_Create( pIntf );
if( !m_pXML ) if( !m_pXML )
{ {
......
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