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

coverity#1209709 Dereference null return value

Change-Id: Ic5cf8a5f52a7219f32ec2ce9259e5aa0153da9bb
üst 1612a8e8
...@@ -1893,7 +1893,7 @@ void ScModule::EndReference() ...@@ -1893,7 +1893,7 @@ void ScModule::EndReference()
pRefDlg->SetActive(); pRefDlg->SetActive();
} }
} }
else else if (pModalDlg)
pModalDlg->SetActive(); pModalDlg->SetActive();
} }
} }
......
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