fix coverity 305864

This commit is contained in:
merlokk 2021-06-24 19:29:36 +03:00
parent eed0ca4796
commit 791a4e885b

View file

@ -758,6 +758,7 @@ int trDDA(Iso7816CommandChannel channel, bool decodeTLV, struct tlvdb *tlv) {
tlvdb_free(atc_db);
return 9;
}
tlvdb_free(atc_db);
} else {
struct tlvdb *dac_db = emv_pki_recover_dac(issuer_pk, tlv, sda_tlv);