]> git.eshelyaron.com Git - emacs.git/commit
Make sure to initialize glyph::frame to NULL (bug#77039)
authorGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 16 Mar 2025 20:17:55 +0000 (21:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 17 Mar 2025 11:05:40 +0000 (12:05 +0100)
commit967e6e2ec3490c2dbc1ce390716b434411b0c74b
tree85aea76a1e1ca9d59608e1b82e8270fd24024419
parent75cb6ed08acabd7cbc4c3e1099770a1bb9e59bb2
Make sure to initialize glyph::frame to NULL (bug#77039)

* src/dispnew.c (adjust_glyph_matrix): Clear glyph memory when
enlarging window-system window glyph matrices.

(cherry picked from commit eab14d68b2e72b9a6b8b0cc67c9667c2bfbed4f5)
src/dispnew.c