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

Pickle API: Fix memory leak #1662

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

franzpoeschel
Copy link
Contributor

clang-sanitizer found this on #1432, but the bug affects the dev branch already.
Since the Pickle API returns handles that own the Series, they MUST be copies, we cannot turn the internal handles into owning handles as they again are owned by the Series, creating a reference cycle.

@franzpoeschel franzpoeschel added this to the 0.16.0 milestone Aug 14, 2024
@franzpoeschel franzpoeschel enabled auto-merge (squash) August 14, 2024 15:43
@franzpoeschel franzpoeschel merged commit 1c7d7ff into openPMD:dev Aug 14, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant