We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1218dc + c85ee3b commit 29c1be0Copy full SHA for 29c1be0
1 file changed
lib/ADT/TestCase.cpp
@@ -42,6 +42,7 @@ TestCase* TC_fromFile(const char* path) {
42
js.at("objects").at(i).at("offsets").at(j).at("offset");
43
}
44
45
+ fclose(f);
46
return ret;
47
48
0 commit comments