forked from minhngoc25a/freetype2
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
This commit is contained in:
parent
8150ed0db2
commit
2d95784885
|
@ -1,3 +1,7 @@
|
|||
2021-05-06 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
|
||||
|
||||
2021-05-05 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
[cff,psaux] Avoid memory zeroing (contd.).
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
if ( error )
|
||||
return error;
|
||||
|
||||
if ( FT_NEW_ARRAY( ref, *count ) )
|
||||
if ( FT_QNEW_ARRAY( ref, *count ) )
|
||||
return error;
|
||||
|
||||
for ( j = 0; j < *count; j++ )
|
||||
|
|
Loading…
Reference in New Issue