Commit 528c0268 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Call fclose after parsing a file

parent 1427169a
......@@ -1075,6 +1075,8 @@ AST_Module* caching_parse(const char* fn) {
assert(reader->bytesBuffered() == 0);
delete reader;
fclose(fp);
assert(rtn->type == AST_TYPE::Module);
long us = _t.end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment