1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 03:33:35 +00:00

Fixed typo

This commit is contained in:
Bryan Roe
2020-04-18 14:24:24 -07:00
parent 743a38eeeb
commit 417cab5a83

View File

@@ -271,7 +271,7 @@ BOOL ILibProcessPipe_WaitHandle_Add2_sink(HANDLE event, ILibWaitHandle_ErrorStat
{ {
if (ILibMemory_CanaryOK(user)) 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); ILibMemory_Free(user);
} }