aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 6d91ec33585..733f7733fa9 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6196,6 +6196,10 @@ garbage_collect (void)
6196 mark_fringe_data (); 6196 mark_fringe_data ();
6197#endif 6197#endif
6198 6198
6199#ifdef HAVE_X_WINDOWS
6200 mark_xterm ();
6201#endif
6202
6199 /* Everything is now marked, except for the data in font caches, 6203 /* Everything is now marked, except for the data in font caches,
6200 undo lists, and finalizers. The first two are compacted by 6204 undo lists, and finalizers. The first two are compacted by
6201 removing an items which aren't reachable otherwise. */ 6205 removing an items which aren't reachable otherwise. */