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 memory leak in GzipReader.readall #167

Merged
merged 4 commits into from
Oct 23, 2023
Merged

Conversation

rhpvorderman
Copy link
Collaborator

@rhpvorderman rhpvorderman commented Oct 23, 2023

Checklist

  • Pull request details were added to CHANGELOG.rst
  • Documentation was updated (if needed)

Fixes #166

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7fffa65) 95.12% compared to head (817d418) 95.56%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #167      +/-   ##
===========================================
+ Coverage    95.12%   95.56%   +0.44%     
===========================================
  Files            3        3              
  Lines          451      451              
  Branches        74       74              
===========================================
+ Hits           429      431       +2     
+ Misses          16       15       -1     
+ Partials         6        5       -1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rhpvorderman rhpvorderman merged commit 05d9614 into develop Oct 23, 2023
20 checks passed
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.

Memory leak in v1.4.0 and newer
1 participant