diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index cda8ba1ad46..86a4a50a5ac 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6605,7 +6605,7 @@ garbage_collect (void) | |||
| 6605 | 6605 | ||
| 6606 | /* Everything is now marked, except for the data in font caches, | 6606 | /* Everything is now marked, except for the data in font caches, |
| 6607 | undo lists, and finalizers. The first two are compacted by | 6607 | undo lists, and finalizers. The first two are compacted by |
| 6608 | removing an items which aren't reachable otherwise. */ | 6608 | removing any items which aren't reachable otherwise. */ |
| 6609 | 6609 | ||
| 6610 | compact_font_caches (); | 6610 | compact_font_caches (); |
| 6611 | 6611 | ||