MemLeak
Open
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.8k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
I constantly see memory leak of total 356 bytes occurring when I run the benchmark.
Digging into source I found this line in sysinfo.cc file at line 577:
static const CPUInfo* info = new CPUInfo();
Is this a mistake or an intentionally made?
If it's not a mistake so what is reason behind it to tolerate the leak?
Contributor guide
Assessment
This issue has not been assessed yet.