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

#185 fixed missing calls for fclose() in input adapter tests #186

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 30, 2023

Valgrind detected possible memory leaks.
It's turned out that the detection is the result of missing calls for flose() in input adapter tests.
To ensure that it correctly checks the behaviors and data flows in the fkYAML library, this PR has fixed the issue described above.

@fktn-k fktn-k added the bug Something isn't working label Oct 30, 2023
@fktn-k fktn-k added this to the Release v0.2.0 milestone Oct 30, 2023
@fktn-k fktn-k self-assigned this Oct 30, 2023
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same when pulling b4b27ac on feature/185_fix_missing_fclose_in_test into af050ce on develop.

@fktn-k fktn-k merged commit 1cb0699 into develop Oct 30, 2023
104 checks passed
@fktn-k fktn-k deleted the feature/185_fix_missing_fclose_in_test branch October 30, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants