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

Correct a memory leak problem #114

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Correct a memory leak problem #114

merged 1 commit into from
Feb 11, 2024

Conversation

zrrto
Copy link
Contributor

@zrrto zrrto commented Aug 5, 2019

Dear Maintainer,

I found that dictionary dic1 and dic2 was created in the begining of the function Test_dictionary_unset(), but it was kept until the end of the function. I think this will cause a memory leak problem. So I made some changes to the code.

@hramrach
Copy link
Contributor

hramrach commented Feb 6, 2024

Addressed in #151 together with other leak

@lmoellendorf lmoellendorf merged commit c752a38 into ndevilla:master Feb 11, 2024
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.

4 participants