[core,transport] free wst transport after use
This commit is contained in:
parent
c74a18c622
commit
a5a60c888b
@ -1488,6 +1488,12 @@ static BOOL transport_default_disconnect(rdpTransport* transport)
|
||||
transport->rdg = NULL;
|
||||
}
|
||||
|
||||
if (transport->wst)
|
||||
{
|
||||
wst_free(transport->wst);
|
||||
transport->wst = NULL;
|
||||
}
|
||||
|
||||
transport->frontBio = NULL;
|
||||
transport->layer = TRANSPORT_LAYER_TCP;
|
||||
transport->earlyUserAuth = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user