mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 16:38:04 +08: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[EVEN_STATE]);
|
||||
|
||||
test_candidates[0].len[ODD_STATE] = 0;
|
||||
test_candidates[0].len[EVEN_STATE] = 0;
|
||||
return bf_rate;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue