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 in reading data #209

Merged
merged 2 commits into from
Jan 19, 2023

Conversation

jorisvandenbossche
Copy link
Member

Closes #207

The diff looks messy, but the only thing that it did was putting a try: ... finally: ... around each block that deals with a feature (as we already did in the writing path).

Copy link
Member

@brendan-ward brendan-ward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fast investigation and fix @jorisvandenbossche !

Not sure how we missed that requirement or the memory leak.

Could you please add an entry to the changelog? We should try to get this out in 0.5.1 soon.

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.

BUG: Memory usage increases with subsequent reads to same data
2 participants