aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 32a537e5272..ba8b3ffd6ed 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3552,7 +3552,6 @@ mark_face_cache (c)
3552 { 3552 {
3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j) 3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j)
3554 mark_object (&face->lface[j]); 3554 mark_object (&face->lface[j]);
3555 mark_object (&face->registry);
3556 } 3555 }
3557 } 3556 }
3558 } 3557 }