diff options
| -rw-r--r-- | src/term.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/term.c b/src/term.c index c906e1eb15a..3a81643ab1b 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3854,10 +3854,7 @@ mark_ttys (void) | |||
| 3854 | struct tty_display_info *tty; | 3854 | struct tty_display_info *tty; |
| 3855 | 3855 | ||
| 3856 | for (tty = tty_list; tty; tty = tty->next) | 3856 | for (tty = tty_list; tty; tty = tty->next) |
| 3857 | { | 3857 | mark_object (tty->top_frame); |
| 3858 | if (tty->top_frame) | ||
| 3859 | mark_object (tty->top_frame); | ||
| 3860 | } | ||
| 3861 | } | 3858 | } |
| 3862 | 3859 | ||
| 3863 | 3860 | ||