Fixed transport handling of pool allocated streams
This commit is contained in:
parent
76661f6019
commit
944f43c0bc
@ -887,6 +887,8 @@ static int transport_default_write(rdpTransport* transport, wStream* s)
|
|||||||
if (!s)
|
if (!s)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Stream_AddRef(s);
|
||||||
|
|
||||||
rdp = context->rdp;
|
rdp = context->rdp;
|
||||||
if (!rdp)
|
if (!rdp)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user