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

coverity#705818 Dereference before null check

Change-Id: Ie34e0df8ce38c58f5397942e53c55f6cc091b69d
üst fdca2dd5
...@@ -362,8 +362,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement( ...@@ -362,8 +362,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
} }
if ( m_pImages ) m_pImages->pImageItemList->push_back( pItem );
m_pImages->pImageItemList->push_back( pItem );
} }
break; break;
......
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