Possible memory leak in function criticizeAll (internal/facilitator/agent.go)
Open
- Dominant language
- Go
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
[ch](https://github.com/cqfn/refrax/blob/5893bd22c5d3703d401d3dfb6df43e07d31ee5b2/internal/facilitator/agent.go#L105) channel is never closed, which can cause a memory leak
the function can be rewritten using sync.WaitGroup to solve the problem
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.