Freed memory buffer that was allocated in previous commit.
This commit is contained in:
parent
f7db1aea9a
commit
6485e94395
@ -183,6 +183,7 @@ BOOL autodetect_send_bandwidth_measure_payload(rdpContext* context, UINT16 paylo
|
||||
{
|
||||
Stream_Release(s);
|
||||
}
|
||||
free(buffer);
|
||||
|
||||
return bResult;
|
||||
}
|
||||
@ -236,6 +237,7 @@ static BOOL autodetect_send_bandwidth_measure_stop(rdpContext* context, UINT16 p
|
||||
{
|
||||
Stream_Release(s);
|
||||
}
|
||||
free(buffer);
|
||||
|
||||
return bResult;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user