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 primitive capacity leak #9

Merged
merged 1 commit into from
Aug 23, 2024
Merged

fix primitive capacity leak #9

merged 1 commit into from
Aug 23, 2024

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Aug 23, 2024

This fixes the extra capacity from the temporary growable vector leaking into the final buffer and therefore hanging around indefinitely.

See rerun-io/rerun#7222 (comment)

@teh-cmc teh-cmc added the bug Something isn't working label Aug 23, 2024
@teh-cmc teh-cmc merged commit b3ec800 into main Aug 23, 2024
35 of 38 checks passed
@teh-cmc teh-cmc deleted the cmc/primitive_cap_leak branch August 23, 2024 15:22
teh-cmc added a commit to rerun-io/rerun that referenced this pull request Aug 23, 2024
Updates to `re_arrow2` 0.17.5, which fixes a very nasty capacity leak.

See also:
* rerun-io/re_arrow2#9
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 this pull request may close these issues.

1 participant