Coverity: fix unitialized pointer fields, out of bounds reads ...

Change-Id: Iae0656ffe667692dfb3bebf9bb7913b5872175c6
This commit is contained in:
Émilie Feral
2017-10-24 14:50:44 +02:00
committed by EmilieNumworks
parent c545a23ec6
commit 15610064fa
15 changed files with 23 additions and 12 deletions

View File

@@ -4,7 +4,8 @@ extern "C" {
}
StackView::StackView() :
View()
View(),
m_controller(nullptr)
{
}