mirror of https://github.com/FreeRDP/FreeRDP
Merge pull request #6556 from akallabeth/autoreconnect_fix
Fixed reset of MessageQueue in Clear
This commit is contained in:
commit
c5f746d71a
|
@ -297,6 +297,7 @@ int MessageQueue_Clear(wMessageQueue* queue)
|
|||
queue->size--;
|
||||
}
|
||||
ResetEvent(queue->event);
|
||||
queue->closed = FALSE;
|
||||
|
||||
LeaveCriticalSection(&queue->lock);
|
||||
|
||||
|
|
Loading…
Reference in New Issue