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,8 +1427,7 @@ void ChartModel::update() ...@@ -1427,8 +1427,7 @@ void ChartModel::update()
mpChartView->setViewDirty(); mpChartView->setViewDirty();
mpChartView->update(); mpChartView->update();
if(mpChartView) mpChartView->updateOpenGLWindow();
mpChartView->updateOpenGLWindow();
} }
} // namespace chart } // namespace chart
......
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