mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: mem leaks
FIX: 'hf mf nested' - params
This commit is contained in:
parent
956899b839
commit
06ade9970a
6 changed files with 23 additions and 15 deletions
|
@ -1204,6 +1204,7 @@ int CmdEMVExec(const char *cmd) {
|
|||
|
||||
if (res) {
|
||||
PrintAndLogEx(NORMAL, "AC1 error(%d): %4x. Exit...", res, sw);
|
||||
free(cdol1_data_tlv);
|
||||
dreturn(7);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue