diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 5ad80973949..1fe5b8f3fbd 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6145,6 +6145,11 @@ garbage_collect (void) | |||
| 6145 | mark_fringe_data (); | 6145 | mark_fringe_data (); |
| 6146 | #endif | 6146 | #endif |
| 6147 | 6147 | ||
| 6148 | |||
| 6149 | #ifdef HAVE_NS | ||
| 6150 | mark_nsterm (); | ||
| 6151 | #endif | ||
| 6152 | |||
| 6148 | /* Everything is now marked, except for the data in font caches, | 6153 | /* Everything is now marked, except for the data in font caches, |
| 6149 | undo lists, and finalizers. The first two are compacted by | 6154 | undo lists, and finalizers. The first two are compacted by |
| 6150 | removing an items which aren't reachable otherwise. */ | 6155 | removing an items which aren't reachable otherwise. */ |