]> git.eshelyaron.com Git - emacs.git/commit
Free XI2 devices in x_delete_display instead
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Feb 2022 01:14:00 +0000 (09:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Feb 2022 01:14:00 +0000 (09:14 +0800)
commit7a699e79f6e2616dbbc3acc2024f97c90caa485c
tree79d3f04ed716e84c58ffff800ba6d49d0a5e6240
parent5767e06b8e7662bc76c199b3bcb3d5d09c6d9ca2
Free XI2 devices in x_delete_display instead

* src/xterm.c (x_delete_display): Free XI2 device data here
instead, since it doesn't involve contacting the X server any
more.
(x_delete_terminal): Stop freeing XI2 device data.
src/xterm.c