mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: mem leaks.
This commit is contained in:
parent
44392c6afc
commit
6d63b3fbed
9 changed files with 28 additions and 12 deletions
|
@ -2163,7 +2163,7 @@ int CmdHFiClassLookUp(const char *Cmd) {
|
|||
|
||||
uint8_t CSN[8];
|
||||
uint8_t EPURSE[8] = { 0,0,0,0,0,0,0,0 };
|
||||
uint8_t MACS[8];
|
||||
uint8_t MACS[8]= { 0,0,0,0,0,0,0,0 };
|
||||
uint8_t CCNR[12];
|
||||
uint8_t MAC_TAG[4] = { 0,0,0,0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue