mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Unitialized variable spotted by Coveruty Scan
This commit is contained in:
parent
aa8f912c4f
commit
cb6647f493
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ FfsEngine::FfsEngine(QObject *parent)
|
||||||
model = new TreeModel();
|
model = new TreeModel();
|
||||||
oldPeiCoreEntryPoint = 0;
|
oldPeiCoreEntryPoint = 0;
|
||||||
newPeiCoreEntryPoint = 0;
|
newPeiCoreEntryPoint = 0;
|
||||||
|
dumped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
FfsEngine::~FfsEngine(void)
|
FfsEngine::~FfsEngine(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue