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
parent 690eb0fc8a
commit 75fd0c2034
+1
View File
@@ -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;
}