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) {