Possible memory leak with GTK list matches
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
We make a call to "new MatchListColumns();", but it's not clear whether that object ever gets cleaned up. It might get managed by the parent widget. But I suspect not. This might be causing a memory leak by not cleaning it up.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.