Kaydet (Commit) ce2238a7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1399595 Uninitialized scalar field

Change-Id: I6e6a1e114ee9abf8826dda19e0b7bc3b573e2edf
üst a5233e51
......@@ -190,6 +190,7 @@ XMLTransformerBase::XMLTransformerBase( XMLTransformerActionInit *pInit,
m_pReplaceNamespaceMap( new SvXMLNamespaceMap ),
m_pElemActions( new XMLTransformerActions( pInit ) ),
m_pTokenMap( new XMLTransformerTokenMap( pTKMapInit ) ),
nElement(0),
m_xFastAttributes( new sax_fastparser::FastAttributeList( m_xTokenHandler.get(),
dynamic_cast< sax_fastparser::FastTokenHandlerBase *>( m_xTokenHandler.get() ) ) )
{
......
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