You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am having thread_local variabel in a global namespace stored they are constructed on thread creation and deconstructed at thread destroy.
Apparently the VLD-thread of BOOLEAN WINAPI LdrpCallInitRoutine is also constructing these thread_local variable but not deconstructing before reporting memory leaks.
So the VLD-created thread_local variables are reported being a leak.
As workaround leaks from the same ThreadID as the VLD Thread might be filtered out.
The text was updated successfully, but these errors were encountered:
Using:
Windows
Visual Studio 2019
VLD 2.5.1
When i am having thread_local variabel in a global namespace stored they are constructed on thread creation and deconstructed at thread destroy.
Apparently the VLD-thread of
BOOLEAN WINAPI LdrpCallInitRoutine
is also constructing these thread_local variable but not deconstructing before reporting memory leaks.So the VLD-created thread_local variables are reported being a leak.
As workaround leaks from the same ThreadID as the VLD Thread might be filtered out.
The text was updated successfully, but these errors were encountered: