core: Clear message queue to reset its closed state
This commit is contained in:
parent
e2920d7259
commit
6fa9896474
@ -266,6 +266,8 @@ UINT freerdp_channels_pre_connect(rdpChannels* channels, freerdp* instance)
|
||||
int index;
|
||||
CHANNEL_CLIENT_DATA* pChannelClientData;
|
||||
|
||||
MessageQueue_Clear(channels->queue);
|
||||
|
||||
for (index = 0; index < channels->clientDataCount; index++)
|
||||
{
|
||||
pChannelClientData = &channels->clientDataList[index];
|
||||
|
Loading…
Reference in New Issue
Block a user