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

coverity#1224984 Dereference before null check

Change-Id: I05d54983d6231ec0b4293df51c7d55570d10cee7
üst e38307c4
......@@ -1427,7 +1427,6 @@ void ChartModel::update()
mpChartView->setViewDirty();
mpChartView->update();
if(mpChartView)
mpChartView->updateOpenGLWindow();
}
......
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