2 Jan
2005
2 Jan
'05
2:21 p.m.
Sergey Skorniakov wrote:
Hello, All!
I have found that threadmon_mutex, created at line 29 in tss_hooks.cpp never destroyed. Is this the intention? Why it can not be deleted during DLL_PROCESS_DETACH?
This is a known issue, thanks for reporting though. We are looking into possibilities to solve for this. However, there is no problem with this since it only adds a constant leak, which the operating system takes care of when ending the program. Roland