From 25539b09d7fe63363f9aba5f8c57e2a6f6725277 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 29 May 2020 10:10:09 -0700 Subject: [PATCH] Fixed metadata handling bug on Windows, for child_process --- microstack/ILibParsers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/microstack/ILibParsers.c b/microstack/ILibParsers.c index f6cae79..4e42f2d 100644 --- a/microstack/ILibParsers.c +++ b/microstack/ILibParsers.c @@ -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) {