mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
since t55xx chkpwd uses EM for pwd storage
This commit is contained in:
parent
d5a92a7c17
commit
0641ada091
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void initSampleBufferEx(uint32_t *sample_size, bool use_malloc) {
|
||||||
Dbprintf("initSampleBufferEx, param NULL");
|
Dbprintf("initSampleBufferEx, param NULL");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
BigBuf_free();
|
BigBuf_free_keep_EM();
|
||||||
|
|
||||||
// We can't erase the buffer now, it would drastically delay the acquisition
|
// We can't erase the buffer now, it would drastically delay the acquisition
|
||||||
if (use_malloc) {
|
if (use_malloc) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue