mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07: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) {
|
if (status == -1) {
|
||||||
DropField();
|
DropField();
|
||||||
PrintAndLogEx(ERR, "Error: tag didn't answer to READ");
|
PrintAndLogEx(ERR, "Error: tag didn't answer to READ");
|
||||||
|
free(records);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue