diff options
| author | Jan Djärv | 2004-07-21 19:18:29 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-07-21 19:18:29 +0000 |
| commit | 5fc1c5463c021c48fa2a7a23f180f8b523168354 (patch) | |
| tree | 382d2f74239fa083f37b08d7b312747f77b00ad3 /src/widget.c | |
| parent | 553d333400cf6d3f149f57fc266e4d78e24eaa21 (diff) | |
| download | emacs-5fc1c5463c021c48fa2a7a23f180f8b523168354.tar.gz emacs-5fc1c5463c021c48fa2a7a23f180f8b523168354.zip | |
* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 758 | 758 | ||
| 759 | if (! s) abort (); | 759 | if (! s) abort (); |
| 760 | if (! s->output_data.x) abort (); | 760 | if (! s->output_data.x) abort (); |
| 761 | if (! s->output_data.x->normal_gc) abort (); | ||
| 762 | 761 | ||
| 763 | BLOCK_INPUT; | 762 | BLOCK_INPUT; |
| 764 | x_free_gcs (s); | 763 | x_free_gcs (s); |