From 417cab5a83357fbfb2fc9b928289f90ec6a57271 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Sat, 18 Apr 2020 14:24:24 -0700 Subject: [PATCH] Fixed typo --- microstack/ILibProcessPipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microstack/ILibProcessPipe.c b/microstack/ILibProcessPipe.c index 800556e..0caf60f 100644 --- a/microstack/ILibProcessPipe.c +++ b/microstack/ILibProcessPipe.c @@ -271,7 +271,7 @@ BOOL ILibProcessPipe_WaitHandle_Add2_sink(HANDLE event, ILibWaitHandle_ErrorStat { if (ILibMemory_CanaryOK(user)) { - if (status == ILibWaitHandle_ErrorStatus_REMOVED || ILibWaitHandle_ErrorStatus_MANAGER_EXITING) + if (status == ILibWaitHandle_ErrorStatus_REMOVED || status == ILibWaitHandle_ErrorStatus_MANAGER_EXITING) { ILibMemory_Free(user); }