mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,orders] fix #9402 polyline order processing
This commit is contained in:
committed by
Martin Fleisz
parent
1d25242eac
commit
7746c8f4ae
@@ -1037,7 +1037,7 @@ static INLINE BOOL update_read_delta_points(wStream* s, DELTA_POINT** points, UI
|
||||
|
||||
Stream_GetPointer(s, zeroBits);
|
||||
Stream_Seek(s, zeroBitsSize);
|
||||
ZeroMemory(points, sizeof(DELTA_POINT) * number);
|
||||
ZeroMemory(*points, sizeof(DELTA_POINT) * number);
|
||||
|
||||
for (UINT32 i = 0; i < number; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user