]> git.eshelyaron.com Git - emacs.git/commit
Ensure no memory leaks of glyph_matrix
authorManuel Giraud <manuel@ledu-giraud.fr>
Fri, 23 Sep 2022 15:14:44 +0000 (17:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2022 16:07:27 +0000 (19:07 +0300)
commit703f29d541e099c9f43b1b2877846e12098e7361
treefe3d633a907db066f9e0435bf652f3b1571d726d
parent4b85ae6a24380fb67a3315eaec9233f17a872473
Ensure no memory leaks of glyph_matrix

; * src/dispnew.c (allocate_matrices_for_window_redisplay): Allocate
each glyph_matrix only when it's NULL.  (Bug#58028)
src/dispnew.c