mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
hf mf hardnested - clear these too
This commit is contained in:
parent
2305411a1d
commit
c571b1e0ad
1 changed files with 2 additions and 1 deletions
|
@ -465,7 +465,8 @@ float brute_force_benchmark(void) {
|
||||||
|
|
||||||
free(test_candidates[0].states[ODD_STATE]);
|
free(test_candidates[0].states[ODD_STATE]);
|
||||||
free(test_candidates[0].states[EVEN_STATE]);
|
free(test_candidates[0].states[EVEN_STATE]);
|
||||||
|
test_candidates[0].len[ODD_STATE] = 0;
|
||||||
|
test_candidates[0].len[EVEN_STATE] = 0;
|
||||||
return bf_rate;
|
return bf_rate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue