mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-RC4
This commit is contained in:
@ -127,7 +127,10 @@ void detach_exttls(void)
|
||||
|
||||
ext = (LPVOID*) tdb->TlsSlots[TLS_SIZE-1];
|
||||
if (ext)
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, ext);
|
||||
tdb->TlsSlots[TLS_SIZE-1] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* MAKE_EXPORT TlsAlloc_new=TlsAlloc */
|
||||
|
Reference in New Issue
Block a user