Changeset 96051 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Aug 5, 2022 10:30:49 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/thread-win.cpp
r95765 r96051 368 368 int rc = rtThreadMain(pThread, dwThreadId, &pThread->szName[0]); 369 369 370 TlsSetValue(g_dwSelfTLS, NULL); /* rtThreadMain already released the structure. */ 371 370 372 if (fUninitCom && g_pfnCoUninitialize) 371 373 g_pfnCoUninitialize(); 372 374 373 TlsSetValue(g_dwSelfTLS, NULL);374 375 rtThreadNativeUninitComAndOle(); 375 376 #ifndef IPRT_NO_CRT
Note:
See TracChangeset
for help on using the changeset viewer.