Unitialized variable spotted by Coveruty Scan

This commit is contained in:
Nikolaj Schlej 2014-10-30 05:32:30 +01:00
parent aa8f912c4f
commit cb6647f493

View File

@ -176,6 +176,7 @@ FfsEngine::FfsEngine(QObject *parent)
model = new TreeModel();
oldPeiCoreEntryPoint = 0;
newPeiCoreEntryPoint = 0;
dumped = false;
}
FfsEngine::~FfsEngine(void)