Co-authored-by: Nick Terrell <nickrterrell@gmail.com>
This commit is contained in:
Elliot Gorokhovsky 2022-06-14 19:18:49 -04:00 committed by GitHub
parent 2bbdc9f40e
commit 24364057bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -715,7 +715,7 @@ static int benchMem(slice_collection_t dstBlocks,
assert(csvFile);
fprintf(csvFile, "%s\n", exeName);
} else {
free(csvFileName);
fclose(csvFile);
csvFile = fopen(csvFileName, "at");
assert(csvFile);
}