Fix memory error on virus workaround code

This commit is contained in:
Jay Berkenbilt 2018-08-14 16:41:03 -04:00
parent b4ce557be5
commit 7214ba2303
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ void runtest(int n, char const* filename1, char const* arg2)
// print(join('', @str));
std::string filename(std::string(filename1) + ".obfuscated");
PointerHolder<char> file_buf;
size_t size = 0;
read_file_into_memory(filename.c_str(), file_buf, size);
char* p = file_buf.getPointer();