changeset 26954:e388d69f4269

(Fx_show_tip): Add missing UNGCPRO.
author Dave Love <fx@gnu.org>
date Mon, 20 Dec 1999 10:50:36 +0000
parents def8de0fb500
children 0e1d037cdcdd
files src/xfns.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun Dec 19 19:13:08 1999 +0000
+++ b/src/xfns.c	Mon Dec 20 10:50:36 1999 +0000
@@ -9869,7 +9869,8 @@
   /* Let the tip disappear after timeout seconds.  */
   tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
 		     intern ("x-hide-tip"));
-  
+
+  UNGCPRO;
   return unbind_to (count, Qnil);
 }