commit | d42bffd4a0d0de34f81b9b7d602d4f8aee8a66a3 | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Mon Jul 29 00:32:41 2024 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Mon Jul 29 00:32:41 2024 |
tree | 8cfcc168eb576b46b6b87ffdfcf6f0fd2802ecfe | |
parent | 248885405683d82a54f694feacc07113d697f862 [diff] |
* src/autofit/afmodule.c (af_autofitter_load_glyph): Shorten deref.
diff --git a/src/autofit/afmodule.c b/src/autofit/afmodule.c index 8b0123b..726f6ca 100644 --- a/src/autofit/afmodule.c +++ b/src/autofit/afmodule.c
@@ -438,7 +438,7 @@ AF_Module module = (AF_Module)module_; FT_Error error = FT_Err_Ok; - FT_Memory memory = module->root.library->memory; + FT_Memory memory = module->root.memory; #ifdef FT_DEBUG_AUTOFIT