coverity#1209500 Explicit null dereferenced
Change-Id: I11aa7ecfa52054085aaca70b165a831b5ec8577b
This commit is contained in:
@@ -138,7 +138,7 @@ MacroSecurityLevelTP::MacroSecurityLevelTP(Window* _pParent, MacroSecurity* _pDl
|
||||
{
|
||||
OSL_FAIL("illegal macro security level");
|
||||
}
|
||||
if (bReadonly)
|
||||
if (bReadonly && pImage)
|
||||
{
|
||||
pImage->Show(true);
|
||||
m_pVeryHighRB->Enable(false);
|
||||
|
Reference in New Issue
Block a user