mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-12 02:58:35 +08:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
89b9ddff78
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