[core,orders] fix #9402 polyline order processing
This commit is contained in:
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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user