]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#71929
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Jul 2024 14:00:39 +0000 (22:00 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:51:07 +0000 (19:51 +0200)
commit5dbd230b3ae0f0a121f7aa35ee9a9dc1d6ff6ac2
tree0ce831e7d5e264fa2f61aa1fdcca5251484d3930
parent5e5bf02caffb00c8d57123e3f766b8ea4ac25605
Fix bug#71929

* src/image.c (free_image_cache): Unconditionally release image
cache, as this function is only called with its existence
already established.

* src/xfaces.c (free_frame_faces): Clear FRAME_IMAGE_CACHE (f).
(bug#71929)

(cherry picked from commit 8350ebd22e983df5eb9ad33d427bd3d6a09ffe7f)
src/dispextern.h
src/image.c
src/xfaces.c