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

sequence_container: free buffer when failing to open compressed file. #474

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

mphschmitt
Copy link
Contributor

A buffer was allocated to read from the file, but was not freed when gzopen failed to open it.
Even though the program exists just after the exception, freeing it will reduce the nb of warning from static analysis tools like cppcheck.

A buffer was allocated to read from the file, but was not freed
when gzopen failed to open it.
@mikolmogorov
Copy link
Owner

Thanks, merged!

@mikolmogorov mikolmogorov merged commit d7db801 into mikolmogorov:flye Feb 15, 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