Skip to content

Commit c85ee3b

Browse files
committed
fix unclosed files
1 parent 6a09515 commit c85ee3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ADT/TestCase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ TestCase* TC_fromFile(const char* path) {
4242
js.at("objects").at(i).at("offsets").at(j).at("offset");
4343
}
4444
}
45+
fclose(f);
4546
return ret;
4647
}
4748

0 commit comments

Comments
 (0)