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, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 53ba85d88b7..fae76d24189 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6541,6 +6541,7 @@ garbage_collect (void)
6541 mark_terminals (); 6541 mark_terminals ();
6542 mark_kboards (); 6542 mark_kboards ();
6543 mark_threads (); 6543 mark_threads ();
6544 mark_profiler ();
6544#ifdef HAVE_PGTK 6545#ifdef HAVE_PGTK
6545 mark_pgtkterm (); 6546 mark_pgtkterm ();
6546#endif 6547#endif