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 potential memory leak #395

Merged
merged 4 commits into from
Mar 12, 2022
Merged

fix potential memory leak #395

merged 4 commits into from
Mar 12, 2022

Conversation

zhenghaoz
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2022

Codecov Report

Merging #395 (9cc424a) into master (b566194) will increase coverage by 0.13%.
The diff coverage is 77.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
+ Coverage   73.88%   74.01%   +0.13%     
==========================================
  Files          51       51              
  Lines       10273    10283      +10     
==========================================
+ Hits         7590     7611      +21     
+ Misses       1962     1955       -7     
+ Partials      721      717       -4     
Impacted Files Coverage Δ
config/config.go 89.88% <ø> (ø)
server/rest.go 72.38% <50.00%> (+0.95%) ⬆️
master/tasks.go 58.90% <75.00%> (+0.14%) ⬆️
worker/worker.go 67.16% <80.64%> (-0.16%) ⬇️
base/heap/filter.go 100.00% <100.00%> (ø)
base/util.go 76.72% <100.00%> (+1.04%) ⬆️
storage/cache/database.go 88.88% <100.00%> (ø)
storage/cache/no_database.go 100.00% <100.00%> (ø)
storage/cache/redis.go 60.47% <100.00%> (+1.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5779b01...9cc424a. Read the comment docs.

@zhenghaoz zhenghaoz merged commit 987b5c8 into master Mar 12, 2022
@zhenghaoz zhenghaoz deleted the fix/leak branch March 12, 2022 03:50
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