Fixed transport handling of pool allocated streams

This commit is contained in:
akallabeth 2022-06-24 16:42:40 +02:00 committed by akallabeth
parent 76661f6019
commit 944f43c0bc

View File

@ -887,6 +887,8 @@ static int transport_default_write(rdpTransport* transport, wStream* s)
if (!s)
return -1;
Stream_AddRef(s);
rdp = context->rdp;
if (!rdp)
goto fail;