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

avoid memory leak when extracting details #31

Closed
wants to merge 1 commit into from

Conversation

tank0123
Copy link

I checked the modified patch of abbce70,
But a memory leak occurred, so I wrote a patch code.
Please check it.

I observed that the free function of uint32_buffer for detail extraction did not exist.
I've added the corresponding free function.

@wez
Copy link
Owner

wez commented Jul 11, 2021

Thanks for this! I fixed this in a different way: by not using a heap allocation for this case

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.

None yet

2 participants