* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Jul 2004 19:18:29 +0000 (19:18 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Jul 2004 19:18:29 +0000 (19:18 +0000)
src/ChangeLog
src/widget.c

index 0985eae..6b975d5 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
+
 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
 
        * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
index dbf55a3..57eef40 100644 (file)
@@ -758,7 +758,6 @@ EmacsFrameDestroy (widget)
 
   if (! s) abort ();
   if (! s->output_data.x) abort ();
-  if (! s->output_data.x->normal_gc) abort ();
 
   BLOCK_INPUT;
   x_free_gcs (s);