NFC parsers false read() positive return fixed

This commit is contained in:
Methodius
2024-01-08 05:39:36 +09:00
parent e7bf9b4df2
commit 4636444464
6 changed files with 5 additions and 10 deletions

View File

@@ -114,7 +114,7 @@ static bool metromoney_read(Nfc* nfc, NfcDevice* device) {
nfc_device_set_data(device, NfcProtocolMfClassic, data);
is_read = true;
is_read = mf_classic_is_card_read(data);
} while(false);
mf_classic_free(data);