mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fixed another missing CLIParserFree(ctx);
Signed-off-by: Matthew Jackson <123390480+mjaksn@users.noreply.github.com>
This commit is contained in:
@@ -2714,6 +2714,7 @@ int CmdHF14MfUTamper(const char *Cmd) {
|
||||
if (use_msg && msg_len != 4) {
|
||||
PrintAndLogEx(WARNING, "The tamper message must be 4 hex bytes if provided");
|
||||
DropField();
|
||||
CLIParserFree(ctx);
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user