mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
Removed checks for NULL before calling delete or free
This commit is contained in:
parent
80a2d57f62
commit
ba0779b415
2 changed files with 8 additions and 14 deletions
common
|
@ -3943,7 +3943,7 @@ STATUS FfsParser::parseVssStoreBody(const QModelIndex & index)
|
|||
|
||||
QString info;
|
||||
|
||||
// Rename deleted variables
|
||||
// Rename invalid variables
|
||||
if (isInvalid) {
|
||||
name = QObject::tr("Invalid");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue