mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-22 19:23:31 +00:00
Fixed typo
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user