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

coverity#1326209 Dereference after null check

Change-Id: Ie8a10cb0f92758b45aff456f52331092e8a4e1df
üst 8e730660
......@@ -204,7 +204,7 @@ bool FuFormatPaintBrush::MouseButtonUp(const MouseEvent& rMEvt)
bool FuFormatPaintBrush::KeyInput(const KeyEvent& rKEvt)
{
if( (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) && mpViewShell )
if (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE)
{
implcancel();
return true;
......
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