Merge pull request #1337 from merlokk/cov305864

fix coverity 305864
This commit is contained in:
Iceman 2021-06-24 18:47:51 +02:00 committed by GitHub
commit 270ef78820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);