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

bug: fix the memory leaks of localAddr and localAddr in conn #547

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

panjf2000
Copy link
Owner

Fixes #546

@github-actions github-actions bot added bug Something isn't working new feature labels Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.12%. Comparing base (f6b0d30) to head (0d76f9d).
Report is 4 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #547   +/-   ##
=======================================
  Coverage   79.12%   79.12%           
=======================================
  Files          25       25           
  Lines        2074     2074           
=======================================
  Hits         1641     1641           
  Misses        299      299           
  Partials      134      134           
Flag Coverage Δ
unittests 79.12% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@panjf2000 panjf2000 added needs fix pending merged This PR has been reviewed and approved and removed new feature labels Mar 18, 2024
@panjf2000 panjf2000 merged commit 2f89586 into dev Mar 18, 2024
33 checks passed
@panjf2000 panjf2000 deleted the conn-mem-leak branch March 18, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs fix pending merged This PR has been reviewed and approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: memory leaks in conn.release
1 participant