[core,orders] fix #9402 polyline order processing

This commit is contained in:
akallabeth 2023-09-21 09:25:15 +02:00 committed by Martin Fleisz
parent 1d25242eac
commit 7746c8f4ae

View File

@ -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++)
{