-
Notifications
You must be signed in to change notification settings - Fork 7
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 library: implement file_close #100
Comments
Or deallocating memory... ;)
…---
Henrik Doverhill
Ägare och produktchef, Caspeco AB
________________________________
From: Per Lundberg <[email protected]>
Sent: Friday, October 6, 2017 10:59:16 PM
To: chaos4ever/chaos
Cc: Subscribed
Subject: [chaos4ever/chaos] file library: implement file_close (#100)
We have support for opening, and reading from files, but we don't have any support at the moment for closing file handles... 😉
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#100>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABYvu0Blk32SCZB7B_Xe7OPYonHGEt9eks5sppSkgaJpZM4PxBrj>.
|
We actually have that implemented, but it's not enabled by default. Probably doesn't work very well. But yes, we should definitely fix that. I've also given the general subject a bit of thought, see #4. (discusses Lines 84 to 132 in 54cfe96
|
For the record: I tested enabling memory deallocation but it made the system run into errors, so we definitely have a problem there. Continuing in #4 |
We have support for opening, and reading from files, but we don't have any support at the moment for closing file handles... 😉
The text was updated successfully, but these errors were encountered: