comparison src/term.c @ 83762:ffb5395e8445

(mark_ttys): Don't bother checking top_frame (incorrectly) before passing it to mark_object.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Aug 2007 21:46:50 +0000
parents 2a69b973fae2
children fbb5919e6afb
comparison
equal deleted inserted replaced
83761:7ea6f31ba76e 83762:ffb5395e8445
3852 mark_ttys (void) 3852 mark_ttys (void)
3853 { 3853 {
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
3864 3861
3865 void 3862 void