mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 15:07:30 +08:00
fix coverity 305864, should be released when pointer is nulled
This commit is contained in:
parent
d9de790ea0
commit
3afbcaff2f
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ int trDDA(EMVCommandChannel channel, bool decodeTLV, struct tlvdb *tlv) {
|
|||
emv_pk_free(pk);
|
||||
emv_pk_free(issuer_pk);
|
||||
emv_pk_free(icc_pk);
|
||||
atc_db = NULL;
|
||||
return 9;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue