mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Fixed copy paste error in MessagePipe.c
This commit is contained in:
@@ -58,7 +58,7 @@ wMessagePipe* MessagePipe_New()
|
||||
goto error_in;
|
||||
|
||||
pipe->Out = MessageQueue_New(NULL);
|
||||
if (!pipe->In)
|
||||
if (!pipe->Out)
|
||||
goto error_out;
|
||||
|
||||
return pipe;
|
||||
|
||||
Reference in New Issue
Block a user