commit | cb9e7b7aacab1da319b1224cee4844ab11d1c26f | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Sat Nov 06 22:59:31 2021 -0400 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Sat Nov 06 22:59:31 2021 -0400 |
tree | e3b272ac55da865f47103c6b9bda1578ec42f2aa | |
parent | fc55291b1cbc145da166614f3d7726389ab44a2c [diff] |
[truetype] Avoid some memory zeroing in variations. * src/truetype/ttgxvar.c (ft_var_readpackeddeltas, ft_var_load_avar, ft_var_load_item_variation_store, ft_var_load_gvar): Use FT_QNEW_ARRAY if memory immediately initialized or discarded otherwise.