Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
@@ -2079,6 +2079,8 @@ static void free_candidates_memory(statelist_t *sl) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
free_candidates_memory(sl->next);
|
free_candidates_memory(sl->next);
|
||||||
|
sl->len[0] = 0;
|
||||||
|
sl->len[1] = 0;
|
||||||
free(sl);
|
free(sl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user