mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
fix memleak
This commit is contained in:
parent
4a1e539e4c
commit
f96361f8f1
1 changed files with 1 additions and 0 deletions
|
@ -4366,6 +4366,7 @@ static int CmdHF14AMfCSave(const char *Cmd) {
|
||||||
|
|
||||||
if (select_status == 0) {
|
if (select_status == 0) {
|
||||||
PrintAndLogEx(WARNING, "iso14443a card select failed");
|
PrintAndLogEx(WARNING, "iso14443a card select failed");
|
||||||
|
free(dump);
|
||||||
return select_status;
|
return select_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue