-
Notifications
You must be signed in to change notification settings - Fork 40
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 files are left over in the filesystem #80
Labels
bug
Something isn't working
Comments
jtheoof
added a commit
that referenced
this issue
Feb 13, 2021
Stop mutating `file_str`, use a dedicated `temp_file_str` to store the location of the temporary file when using swappy with `-f -` option. Closes #80
jtheoof
added a commit
that referenced
this issue
Feb 13, 2021
Stop mutating `file_str`, use a dedicated `temp_file_str` to store the location of the temporary file when using swappy with `-f -` option. Closes #80
jtheoof
added a commit
that referenced
this issue
Feb 13, 2021
Stop mutating `file_str`, use a dedicated `temp_file_str` to store the location of the temporary file when using swappy with `-f -` option. Closes #80
jtheoof
added a commit
that referenced
this issue
Feb 13, 2021
Stop mutating `file_str`, use a dedicated `temp_file_str` to store the location of the temporary file when using swappy with `-f -` option. Closes #80
thank you @jtheoof for fixing this! |
lelgenio
pushed a commit
to lelgenio/swappy
that referenced
this issue
Feb 21, 2021
Stop mutating `file_str`, use a dedicated `temp_file_str` to store the location of the temporary file when using swappy with `-f -` option. Closes jtheoof#80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was brought up by @apiraino
Ways to reproduce:
The temporary file created in (usually)
/tmp
remains there after swappy exits.The text was updated successfully, but these errors were encountered: