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 a 544 leak #545

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Fix a 544 leak #545

merged 1 commit into from
Sep 24, 2024

Conversation

elijah-semyonov
Copy link
Contributor

Fixes #544:

variant_call returns a retained copy, we don't need to copy it, but assume control over it instead.

@elijah-semyonov elijah-semyonov changed the title Fix 544 memory leak Fix a 544 leak Sep 24, 2024
@migueldeicaza
Copy link
Owner

Thank you so much!

@migueldeicaza migueldeicaza merged commit 021d29c into migueldeicaza:main Sep 24, 2024
2 checks passed
@elijah-semyonov elijah-semyonov deleted the fix-544 branch September 28, 2024 19:53
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.

Variant.call leaks
2 participants