* 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