1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 19:53:47 +00:00

Fixed metadata handling bug on Windows, for child_process

This commit is contained in:
Bryan Roe
2020-05-29 10:10:09 -07:00
parent f248288e90
commit 25539b09d7

View File

@@ -3460,7 +3460,6 @@ void ILibChain_AddWaitHandleEx(void *chain, HANDLE h, int msTIMEOUT, ILibChain_W
info->expiration.tv_usec += ((msTIMEOUT % 1000) * 1000);
}
}
ILibMemory_Free(metadata);
}
void __stdcall ILibChain_RemoveWaitHandle_APC(ULONG_PTR u)
{