From: Jan Djärv Date: Wed, 21 Jul 2004 19:18:29 +0000 (+0000) Subject: * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. X-Git-Tag: ttn-vms-21-2-B4~5429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fc1c5463c021c48fa2a7a23f180f8b523168354;p=emacs.git * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0985eae7e8d..6b975d57b70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-07-21 Jan Dj,Ad(Brv + + * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. + 2004-07-19 Luc Teirlinck * window.c (Fpos_visible_in_window_p, Fset_window_hscroll) diff --git a/src/widget.c b/src/widget.c index dbf55a34d9c..57eef4059e6 100644 --- a/src/widget.c +++ b/src/widget.c @@ -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);