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 22e3e8e2a1b..24dc07b3696 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6152,6 +6152,10 @@ garbage_collect (void)
6152 xg_mark_data (); 6152 xg_mark_data ();
6153#endif 6153#endif
6154 6154
6155#ifdef HAVE_HAIKU
6156 mark_haiku_display ();
6157#endif
6158
6155#ifdef HAVE_WINDOW_SYSTEM 6159#ifdef HAVE_WINDOW_SYSTEM
6156 mark_fringe_data (); 6160 mark_fringe_data ();
6157#endif 6161#endif