This commit is contained in:
jl777
2019-02-18 05:42:57 -11:00
parent 4ba765895c
commit c0bdecef07

View File

@@ -280,7 +280,7 @@ int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t nu
if ( newdata != 0 && rs->playersize > 0 )
memcpy(newdata,rs->playerdata,rs->playersize);
}
n = rs->playsize;
n = rs->playersize;
free(rs);
return(n);
}