fixed another missing CLIParserFree(ctx);

Signed-off-by: Matthew Jackson <123390480+mjaksn@users.noreply.github.com>
This commit is contained in:
Matthew Jackson 2023-02-23 01:52:07 -06:00 committed by GitHub
commit 75fd0c2034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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