coverity#705818 Dereference before null check
Change-Id: Ie34e0df8ce38c58f5397942e53c55f6cc091b69d
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user