]> git.eshelyaron.com Git - emacs.git/commit
Plug big leaks upon display IO error
authorPo Lu <luangruo@yahoo.com>
Sun, 30 Oct 2022 05:13:28 +0000 (13:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 30 Oct 2022 05:13:28 +0000 (13:13 +0800)
commitae0ec1eede3dac8ae82c3a82d7d7f6b956d8db24
treed61891fb1d50fc54f079beb6f0c91d0b5b12353e
parent1d62c964238a82ccfcbd07a554abe8e6c096fcd5
Plug big leaks upon display IO error

Frame GCs are still leaked, but there is nothing that can be
done in that case because the display connection is dead.

* src/xterm.c (x_delete_terminal): Always free xkb desc and
modmap.
src/xterm.c