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

Fix memory leak #12

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Fix memory leak #12

merged 2 commits into from
Sep 15, 2024

Conversation

jeroen
Copy link
Member

@jeroen jeroen commented Sep 14, 2024

Update some dependencies and use the extract pattern from the upstream readme which does not explicitly destroy the tar stream from the callbacks. This leads to memory leaks in my application, I think because the database stream is getting into a weird state when the pipe breaks.

Fixes #11.

@gaborcsardi gaborcsardi merged commit fe2f2df into r-hub:master Sep 15, 2024
@gaborcsardi
Copy link
Contributor

Thanks!

@gaborcsardi
Copy link
Contributor

@jeroen
Copy link
Member Author

jeroen commented Sep 16, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

Memory leak in tarball parser
2 participants