thread (1.32.0, vc 7.1) memory & resource leak

29 Dec
2004
29 Dec
'04
8 a.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
7:21 a.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
7473
Age (days ago)
7477
Last active (days ago)
1 comments
2 participants
participants (2)
-
Roland Schwarz
-
Sergey Skorniakov