diff src/w32fns.c @ 34729:3dc60d80125f

(syms_of_w32fns): Initialize and staticpro tip_frame.
author Jason Rumney <jasonr@gnu.org>
date Wed, 20 Dec 2000 10:20:01 +0000
parents cc62e2e0949d
children af688bd6c419
line wrap: on
line diff
--- a/src/w32fns.c	Wed Dec 20 08:52:50 2000 +0000
+++ b/src/w32fns.c	Wed Dec 20 10:20:01 2000 +0000
@@ -13826,8 +13826,10 @@
   defsubr (&Sx_show_tip);
   defsubr (&Sx_hide_tip);
 #endif
+  tip_timer = Qnil;
   staticpro (&tip_timer);
-  tip_timer = Qnil;
+  tip_frame = Qnil;
+  staticpro (&tip_frame);
 
   defsubr (&Sx_file_dialog);
 }