]> git.eshelyaron.com Git - emacs.git/commit
Avoid rare assertion violations when deleting a frame
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Jun 2024 19:13:29 +0000 (22:13 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:27:10 +0000 (11:27 +0200)
commitbf05a50df83c9e78f30f3e83a535ebfbc7a276f4
tree413453f40b8689cd72e0374d25a291010415ad77
parent7ce481b962954c33185b4588a591dca0e277ae75
Avoid rare assertion violations when deleting a frame

* src/dispnew.c (adjust_frame_glyphs): Allow nrows = 0 when
deleting a frame.  (Bug#71475)

(cherry picked from commit 7c97d05b56a90251cbe94099d211225b330449b1)
src/dispnew.c