mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,client] prevent double channel close
reset clientDataCount on close.
This commit is contained in:
committed by
Martin Fleisz
parent
95cae82af6
commit
e31acc048e
@@ -822,6 +822,7 @@ void freerdp_channels_close(rdpChannels* channels, freerdp* instance)
|
||||
|
||||
channels->openDataCount = 0;
|
||||
channels->initDataCount = 0;
|
||||
channels->clientDataCount = 0;
|
||||
|
||||
WINPR_ASSERT(instance->context);
|
||||
WINPR_ASSERT(instance->context->settings);
|
||||
|
||||
Reference in New Issue
Block a user