aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index b88b17e7cd8..595621b4f8a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4511,6 +4511,10 @@ x_connection_closed (display, error_message)
4511 4511
4512 /* Indicate that this display is dead. */ 4512 /* Indicate that this display is dead. */
4513 4513
4514 #ifdef USE_X_TOOLKIT
4515 XtCloseDisplay (display);
4516 #endif
4517
4514 dpyinfo->display = 0; 4518 dpyinfo->display = 0;
4515 4519
4516 /* First delete frames whose minibuffers are on frames 4520 /* First delete frames whose minibuffers are on frames