mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 02:18:05 +02:00
* src/sfnt/ttload.c (tt_face_load_name): Shorten dereference.
This commit is contained in:
parent
d42bffd4a0
commit
3f8edd234d
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@
|
|||
FT_LOCAL_DEF( void )
|
||||
tt_face_free_name( TT_Face face )
|
||||
{
|
||||
FT_Memory memory = face->root.driver->root.memory;
|
||||
FT_Memory memory = face->root.memory;
|
||||
TT_NameTable table = &face->name_table;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue