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

@ -414,10 +414,11 @@ int main(int argc, char** argv)
NextFile1: NextFile1:
free(buffer); free(buffer);
}
NextFile2: NextFile2:
fclose(file); fclose(file);
} }
}
return 0; return 0;
} }