Fix memory leak with virtual files in parse.c

This commit is contained in:
2020-03-06 09:36:07 -05:00
parent cfdd7bdd87
commit 02fa3f02f5
6 changed files with 33 additions and 7 deletions

View File

@@ -10,4 +10,6 @@ void fs_close(struct vfile *f);
void parse(void *arg);
void cleanup_parse();
#endif