wts_read_drdynvc_close_response quit message queue.
authorArmin Novak <armin.novak@thincast.com>
Fri, 25 Oct 2019 11:20:28 +0000 (13:20 +0200)
committerArmin Novak <armin.novak@thincast.com>
Fri, 25 Oct 2019 11:25:12 +0000 (13:25 +0200)
libfreerdp/core/server.c

index b70bf85..41299ec 100644 (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)