# HG changeset patch # User Gerd Moellmann # Date 976569190 0 # Node ID e381d256c0c213005faffb8b0dcdf9ceb95fc159 # Parent be899eb7b171308cf330a7d0801fed6bffeaedd6 (Fx_hide_tip): Fix last change. diff -r be899eb7b171 -r e381d256c0c2 src/xfns.c --- a/src/xfns.c Mon Dec 11 19:26:34 2000 +0000 +++ b/src/xfns.c Mon Dec 11 21:13:10 2000 +0000 @@ -10764,9 +10764,13 @@ if (!NILP (tip_timer)) { - Lisp_Object tem = tip_timer; + Lisp_Object tem; + struct gcpro gcpro1; + tem = tip_timer; + GCPRO1 (tem); tip_timer = Qnil; call1 (intern ("cancel-timer"), tem); + UNGCPRO; } if (FRAMEP (tip_frame)) @@ -10779,6 +10783,7 @@ tip_frame = Qnil; Fdelete_frame (frame, Qnil); deleted = Qt; + UNGCPRO; #ifdef USE_LUCID /* Bloodcurdling hack alert: The Lucid menu bar widget's