* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
This commit is contained in:
parent
553d333400
commit
5fc1c5463c
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue