]> git.eshelyaron.com Git - emacs.git/commit
Never pass an invalid X connection descriptor to an input reading loop
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 11 Dec 2014 13:26:00 +0000 (16:26 +0300)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 11 Dec 2014 13:26:00 +0000 (16:26 +0300)
commit3e92b9882bc5218a5b5962f9e85d0cbca719afc8
tree29e4d432a41db080aaa563bf32cfde4b6f92c356
parent9ff164ac6fb3a7a3551679f75e95b306c24fdf33
Never pass an invalid X connection descriptor to an input reading loop

Fixes: debbugs:19147
* xterm.c (x_delete_terminal): Call emacs_close for X connection
descriptor if called from x_connection_closed and always delete
this descriptor from keyboard waiting set (Bug#19147).
src/ChangeLog
src/xterm.c