]> git.eshelyaron.com Git - emacs.git/commit
Don't access display after i/o error (Bug#19147).
authorJan D <jan.h.d@swipnet.se>
Thu, 14 May 2015 14:21:02 +0000 (16:21 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 14 May 2015 14:21:02 +0000 (16:21 +0200)
commit9341956c8240e5552e27d6e3d67990d824c632b2
tree5ac62eb554be7811bf6fa57e06c5cab639f1a48d
parentc0055ff5b03c9121ab5bf752496b09416f0f0a7d
Don't access display after i/o error (Bug#19147).

* xterm.c (x_connection_closed): Add third arg ioerror.
If ioerror, set display to 0 (Bug#19147).
(x_error_quitter): Call x_connection_closed with third arg false.
(x_io_error_quitter): Call x_connection_closed with third arg true.
src/xterm.c