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

When copying files, the program will leak memory #79

Closed
lk-me opened this issue Aug 11, 2021 · 3 comments · Fixed by #81
Closed

When copying files, the program will leak memory #79

lk-me opened this issue Aug 11, 2021 · 3 comments · Fixed by #81
Labels
bug Something isn't working

Comments

@lk-me
Copy link
Contributor

lk-me commented Aug 11, 2021

After I copied multiple files to the local desktop, I found that the memory of httpdifs has increased (the copy has been completed). I wonder if the memory of the copy thread has not been released successfully.

@lk-me
Copy link
Contributor Author

lk-me commented Aug 11, 2021

@fangfufu Hope you can see

@fangfufu fangfufu added the bug Something isn't working label Aug 11, 2021
@fangfufu
Copy link
Owner

Okay, I will investigate.

@fangfufu fangfufu linked a pull request Aug 12, 2021 that will close this issue
@fangfufu
Copy link
Owner

I probably will use static analyser such as UBSAN to check for memory leak in the long term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants