-
Notifications
You must be signed in to change notification settings - Fork 204
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
Temporary Directory remains on disk #435
Comments
Thank you!! This is a great bug report. I agree that management of the temporary Director should be more explicit. I think the first solution would make more sense. Would you have interest in developing a PR? |
Yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
When you import govips, a temporary folder is always created, but not always removed.
Replication Steps:
In this scenario, the temporary directory persists on disk, which it should not. The only way to ensure its removal currently is to explicitly call vips.Startup() and then defer vips.Shutdown()
Real-world Scenario:
Proposed Solutions:
After reviewing the code, I suggest two potential solutions to address this issue:
The text was updated successfully, but these errors were encountered: