mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
fix coverity 278900
This commit is contained in:
parent
f461a4e5fb
commit
173583a548
1 changed files with 1 additions and 0 deletions
|
@ -2808,6 +2808,7 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
|
|||
if (status == -1) {
|
||||
DropField();
|
||||
PrintAndLogEx(ERR, "Error: tag didn't answer to READ");
|
||||
free(records);
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue