fix coverity 278900

This commit is contained in:
iceman1001 2020-04-06 09:46:22 +02:00
parent f461a4e5fb
commit 173583a548

View file

@ -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;
}
}