mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-13 13:20:45 +08:00
fix coverity 305864
This commit is contained in:
parent
eed0ca4796
commit
791a4e885b
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ int trDDA(Iso7816CommandChannel channel, bool decodeTLV, struct tlvdb *tlv) {
|
||||||
tlvdb_free(atc_db);
|
tlvdb_free(atc_db);
|
||||||
return 9;
|
return 9;
|
||||||
}
|
}
|
||||||
|
tlvdb_free(atc_db);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
struct tlvdb *dac_db = emv_pki_recover_dac(issuer_pk, tlv, sda_tlv);
|
struct tlvdb *dac_db = emv_pki_recover_dac(issuer_pk, tlv, sda_tlv);
|
||||||
|
|
Loading…
Reference in a new issue