* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.

This commit is contained in:
Jan Djärv 2004-07-21 19:18:29 +00:00
parent 553d333400
commit 5fc1c5463c
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-07-21 Jan Dj,Ad(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)

View 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);