]> git.eshelyaron.com Git - emacs.git/commit
Fix display disconnect when tooltip frame is alive
authorPo Lu <luangruo@yahoo.com>
Sat, 2 Jul 2022 13:21:33 +0000 (21:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 2 Jul 2022 13:56:59 +0000 (21:56 +0800)
commit59d109b73c48ca41d240f1fbe10f7349e9df4e31
treef564cd5f6cc7d56e2176c936b4d634f02ba520ef
parente0488f89d1712ce905f9040e6b26fdf0a4a0666d
Fix display disconnect when tooltip frame is alive

* src/xterm.c (x_connection_closed): Don't dereference nil when
loop finds a tooltip frame.
src/xterm.c