mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-12 02:58:35 +08:00
hf mf hardnested - just making sure its cleared
This commit is contained in:
parent
2305411a1d
commit
77d51cae38
1 changed files with 2 additions and 0 deletions
|
@ -2079,6 +2079,8 @@ static void free_candidates_memory(statelist_t *sl) {
|
|||
return;
|
||||
|
||||
free_candidates_memory(sl->next);
|
||||
sl->len[0] = 0;
|
||||
sl->len[1] = 0;
|
||||
free(sl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue