revert chg, double free...

This commit is contained in:
iceman1001 2019-02-23 16:02:44 +01:00
parent e0bf2e3fbf
commit 92b1f41793

View file

@ -2397,7 +2397,6 @@ int mfnestedhard(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBloc
key_found = brute_force(foundkey);
free(candidates->states[ODD_STATE]);
free(candidates->states[EVEN_STATE]);
free_statelist_cache();
free_candidates_memory(candidates);
candidates = NULL;
} else {