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

Bugfix: Memory leak with group by operation #103

Merged
merged 1 commit into from
Jun 8, 2024
Merged

Bugfix: Memory leak with group by operation #103

merged 1 commit into from
Jun 8, 2024

Conversation

scudette
Copy link
Contributor

@scudette scudette commented Jun 8, 2024

A defer inside loop delayed cleanup. This resulted in a leak when there was a WHERE clause which eliminated most of the rows.

Thanks to @alexsta for reporting.

A defer inside loop delayed cleanup. This resulted in a leak when
there was a WHERE clause which eliminated most of the rows.

Thanks to @alexsta for reporting.
@scudette scudette merged commit 307fc59 into master Jun 8, 2024
3 checks passed
@scudette scudette deleted the grouper branch June 8, 2024 15:03
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.

1 participant