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 leak of reader during path extraction #305

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

nirosys
Copy link
Contributor

@nirosys nirosys commented Jul 9, 2022

Issue #, if available: None

Description of changes:
During the execution of ion_extractor_path_create_from_ion, a reader is created that does not get freed.

I added the freeing of the reader, but also removed the use of iRETURN and manually defined the fail label, so that I could ensure all paths lead to the reader being closed.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nirosys nirosys marked this pull request as ready for review July 11, 2022 18:53
Copy link
Contributor

@tgregg tgregg left a comment

Choose a reason for hiding this comment

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

Thanks, this one was definitely my fault.

@nirosys nirosys merged commit 7d0c291 into amazon-ion:master Jul 14, 2022
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.

2 participants