wts_read_drdynvc_close_response quit message queue.

This commit is contained in:
Armin Novak 2019-10-25 13:20:28 +02:00
parent 2813d6860c
commit 47bea1bc80

View File

@ -242,6 +242,7 @@ static void wts_read_drdynvc_close_response(rdpPeerChannel* channel)
{
DEBUG_DVC("ChannelId %"PRIu32" close response", channel->channelId);
channel->dvc_open_state = DVC_OPEN_STATE_CLOSED;
MessageQueue_PostQuit(channel->queue, 0);
}
static BOOL wts_read_drdynvc_pdu(rdpPeerChannel* channel)