mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
mem leak fix
This commit is contained in:
parent
ea7f2e03d3
commit
a85fa6dfb7
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ bool KSX6924InitializeCard(uint8_t mpda1, uint8_t mpda2, uint8_t mpda3, uint8_t
|
|||
|
||||
// Proprietary get record command. Function unknown.
|
||||
// result must be 10 bytes long.
|
||||
bool KSX6924ProprietaryGetRecord(
|
||||
uint8_t id, uint8_t *result, size_t resultLen);
|
||||
bool KSX6924ProprietaryGetRecord(uint8_t id, uint8_t *result, size_t result_len);
|
||||
|
||||
#endif /* __KSX6924CORE_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue