Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File handle with value 1024 in CFileIO #134

Open
meekee7 opened this issue Aug 24, 2020 · 0 comments
Open

File handle with value 1024 in CFileIO #134

meekee7 opened this issue Aug 24, 2020 · 0 comments

Comments

@meekee7
Copy link
Contributor

meekee7 commented Aug 24, 2020

Rarely an error occurs in the destructor of CFileIO (part of Loader): the close functions causes an error because it was called with a file handle which has the value 1024.
Not closing the the handle when it is 1024 would be trivial. But it should be investigated how and why the handle becomes 1024 in the first place, as this is likely an indicator of some error or special condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant