FIX: mem leaks

FIX: 'hf mf nested' - params
This commit is contained in:
iceman1001 2019-02-20 22:29:39 +01:00
commit 06ade9970a
6 changed files with 23 additions and 15 deletions

View file

@ -834,6 +834,7 @@ int CmdHF15Restore(const char*Cmd) {
if (!getUID(uid)) {
PrintAndLogEx(WARNING, "No tag found");
fclose(f);
return 3;
}