mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
fixed another missing CLIParserFree(ctx);
Signed-off-by: Matthew Jackson <123390480+mjaksn@users.noreply.github.com>
This commit is contained in:
parent
690eb0fc8a
commit
75fd0c2034
1 changed files with 1 additions and 0 deletions
|
@ -2714,6 +2714,7 @@ int CmdHF14MfUTamper(const char *Cmd) {
|
||||||
if (use_msg && msg_len != 4) {
|
if (use_msg && msg_len != 4) {
|
||||||
PrintAndLogEx(WARNING, "The tamper message must be 4 hex bytes if provided");
|
PrintAndLogEx(WARNING, "The tamper message must be 4 hex bytes if provided");
|
||||||
DropField();
|
DropField();
|
||||||
|
CLIParserFree(ctx);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue