Improved `ZydisPerfTest`

This commit is contained in:
flobernd 2018-01-10 23:11:57 +01:00
parent 203dee3bfb
commit 407a527ae7
No known key found for this signature in database
GPG Key ID: 9C3AE0ED4A969F10
1 changed files with 4 additions and 3 deletions

View File

@ -412,11 +412,12 @@ int main(int argc, char** argv)
testPerformance(buffer, length, ZYDIS_FALSE, ZYDIS_TRUE );
puts("");
NextFile1:
NextFile1:
free(buffer);
NextFile2:
fclose(file);
}
NextFile2:
fclose(file);
}
return 0;