thread (1.32.0, vc 7.1) memory & resource leak
29 Dec
2004
29 Dec
'04
3 p.m.
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? With best regards, Sergey.
2 Jan
2 Jan
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
7252
Age (days ago)
7256
Last active (days ago)
1 comments
2 participants
participants (2)
-
Roland Schwarz
-
Sergey Skorniakov