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, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 2a1690d2cff..ab31d21fb33 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6594,6 +6594,8 @@ garbage_collect (void)
6594 mark_terminals (); 6594 mark_terminals ();
6595 mark_kboards (); 6595 mark_kboards ();
6596 mark_threads (); 6596 mark_threads ();
6597 mark_charset ();
6598 mark_composite ();
6597 mark_profiler (); 6599 mark_profiler ();
6598#ifdef HAVE_PGTK 6600#ifdef HAVE_PGTK
6599 mark_pgtkterm (); 6601 mark_pgtkterm ();