diff options
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 94093bd3848..9feb6c8966a 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10747,6 +10747,8 @@ x_delete_terminal (struct terminal *terminal) #endif /* ! USE_GTK */ } + /* Mark as dead. */ + dpyinfo->display = NULL; x_delete_display (dpyinfo); UNBLOCK_INPUT; } |