Cleanup .pack file

This commit is contained in:
jl777
2019-03-03 21:21:55 -11:00
parent c99801952b
commit a3b4e026da
2 changed files with 6 additions and 1 deletions

View File

@@ -763,6 +763,8 @@ void rogue_progress(struct rogue_state *rs,int32_t waitflag,uint64_t seed,char *
}
free(rs->keystrokeshex), rs->keystrokeshex = 0;
}
// extract and get keystrokes field and compare it to pastkeys
// if not matching... panic?
if ( (pastkeys= rogue_keystrokesload(&numpastkeys,seed,1)) != 0 )
{
free(pastkeys);