mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
We can delete this.
This commit is contained in:
parent
3af22c49c6
commit
0190d3229e
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ int niraicall_onLoadGameData()
|
|||
for (int i = 0; i < key_and_iv_size; ++i)
|
||||
key[i] = deckeyandiv[i + key_and_iv_size];
|
||||
|
||||
delete[] deckeyandiv;
|
||||
|
||||
// Decrypt the game data
|
||||
std::string rawdata = brawdata.substr((key_and_iv_size * 2) + key_and_iv_size);
|
||||
unsigned char* decrypted_data = new unsigned char[rawdata.size()];
|
||||
|
|
Loading…
Reference in a new issue