aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1cf0f3cc1d2..69681111275 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2881,7 +2881,7 @@ cleanup_vector (struct Lisp_Vector *vector)
2881 struct font *fnt = (struct font *) vector; 2881 struct font *fnt = (struct font *) vector;
2882 2882
2883 if (fnt->driver) 2883 if (fnt->driver)
2884 fnt->driver->close ((struct font *) vector); 2884 fnt->driver->close (fnt);
2885 } 2885 }
2886} 2886}
2887 2887