projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2813d68
)
wts_read_drdynvc_close_response quit message queue.
author
Armin Novak
<armin.novak@thincast.com>
Fri, 25 Oct 2019 11:20:28 +0000
(13:20 +0200)
committer
Armin Novak
<armin.novak@thincast.com>
Fri, 25 Oct 2019 11:25:12 +0000
(13:25 +0200)
libfreerdp/core/server.c
patch
|
blob
|
history
diff --git
a/libfreerdp/core/server.c
b/libfreerdp/core/server.c
index
b70bf85
..
41299ec
100644
(file)
--- a/
libfreerdp/core/server.c
+++ b/
libfreerdp/core/server.c
@@
-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)