Fixed memory leak

This commit is contained in:
Add00
2023-08-08 19:25:18 -04:00
parent 5a8e2c0527
commit e2dda434f8
2 changed files with 32 additions and 20 deletions

View File

@@ -14,5 +14,5 @@ import fileio;
// file.position();
// file.mode();
// close(file);
// file.close();
}