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

Add Fiddle.free where appropriate to close memory leaks #7

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

win93
Copy link
Owner

@win93 win93 commented Dec 6, 2021

Verified that this closes all the leaks for at least XZ.compress_stream and XZ.decompress_stream. via https://gist.github.com/win93/13693df4e12e0745793a03189e987f72.

On my machine, after a while, it settles out and the vast majority of outputs report no change in memory usage.

Also found and closed analogous leaks in the StreamReader and StreamWriter implementations.

Closes #2. (see the original issue at Quintus#20)

@win93 win93 changed the title Add Fiddle.free where appropriate to close memory leaks (Closes #2) Add Fiddle.free where appropriate to close memory leaks Dec 6, 2021
@win93 win93 merged commit 89623b5 into development Dec 10, 2021
@win93 win93 deleted the fix/issue-2-memleaks branch December 10, 2021 03:20
@win93 win93 added this to the 1.0.3 milestone Jul 5, 2022
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.

Investigate memory leak reported in Quintus#20
1 participant