Freed memory buffer that was allocated in previous commit.

This commit is contained in:
Bryan Everly 2015-05-04 13:14:00 -04:00
parent f7db1aea9a
commit 6485e94395

View File

@ -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;
}