wxFuneral

This commit is contained in:
Nekotekina 2017-06-24 13:56:10 +03:00
parent 79a3b308d1
commit fcefbf26c6
51 changed files with 0 additions and 8086 deletions

View file

@ -1333,9 +1333,6 @@ fs::file SELFDecrypter::MakeElf(bool isElf32)
// Decompress if necessary.
if (meta_shdr[i].compressed == 2)
{
/// Removed all wxWidget dependent code. Replaced with zlib functions.
/// Also changed local mallocs to unique_ptrs.
// Store the length in writeable memory space.
std::unique_ptr<uLongf> decomp_buf_length(new uLongf);
memcpy(decomp_buf_length.get(), &phdr64_arr[meta_shdr[i].program_idx].p_filesz, sizeof(uLongf));