mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 11:43:26 +00:00
Fixed metadata handling bug on Windows, for child_process
This commit is contained in:
@@ -3460,7 +3460,6 @@ void ILibChain_AddWaitHandleEx(void *chain, HANDLE h, int msTIMEOUT, ILibChain_W
|
|||||||
info->expiration.tv_usec += ((msTIMEOUT % 1000) * 1000);
|
info->expiration.tv_usec += ((msTIMEOUT % 1000) * 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ILibMemory_Free(metadata);
|
|
||||||
}
|
}
|
||||||
void __stdcall ILibChain_RemoveWaitHandle_APC(ULONG_PTR u)
|
void __stdcall ILibChain_RemoveWaitHandle_APC(ULONG_PTR u)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user