]> git.eshelyaron.com Git - emacs.git/commit
Fix crash in daemon when "C-x C-c" while a client frame shows tooltip
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Mar 2025 09:31:22 +0000 (11:31 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 10:29:04 +0000 (11:29 +0100)
commita65321b5f53453aa982da2ea54ccc477be043f10
tree6fba62d4da1ccae42378674540762a3293782b58
parent4df340e67619a550416bd3556ecea4cd5c83e7c0
Fix crash in daemon when "C-x C-c" while a client frame shows tooltip

* src/frame.c (delete_frame): Ignore tooltip frames when looking
for other frames on the same terminal.  (Bug#76842)

(cherry picked from commit d2445c8c23595efdd444fce6f0c33ba66b596812)
src/frame.c