gabr42 / gabr42/OmniThreadLibrary
(Almost) Memory leak when using unobserved nested threads.
Open
- Dominant language
- Pascal
- Stars
- 513
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Take a look at my stackoverflow issue where I explain this. Probleem seems to be that "global"omnievent monitor fails to release threads that wrer created by other threads.
https://stackoverflow.com/questions/64459678/
Though I did find a workaround, its a nasty one for your app will keep consuming more and more resources each time threads are started/created. And fastmm wont report a leak because everything is still neatly released when the app closes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.