diff --git a/examples/ZydisPerfTest.c b/examples/ZydisPerfTest.c index 95cab7d..d7331a0 100644 --- a/examples/ZydisPerfTest.c +++ b/examples/ZydisPerfTest.c @@ -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;