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 aa790d3afae..f8908c91dba 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6149,6 +6149,10 @@ garbage_collect (void)
6149 xg_mark_data (); 6149 xg_mark_data ();
6150#endif 6150#endif
6151 6151
6152#ifdef HAVE_HAIKU
6153 mark_haiku_display ();
6154#endif
6155
6152#ifdef HAVE_WINDOW_SYSTEM 6156#ifdef HAVE_WINDOW_SYSTEM
6153 mark_fringe_data (); 6157 mark_fringe_data ();
6154#endif 6158#endif