]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#72255
authorPo Lu <luangruo@yahoo.com>
Wed, 24 Jul 2024 03:38:54 +0000 (11:38 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:57:54 +0000 (18:57 +0200)
commitf97fd1684b424860aa4da787999ea75aaca68047
treeeafd8c07ec6318cec493f88edf13eb6924d92a68
parentbf3f9c635abe10b3efce5778cb202a908768c1be
Fix bug#72255

* src/image.c (struct image_type): Minor grammatical
corrections.
(image_destroy_x_image): [HAVE_NS]: Do not release
Emacs_Pix_Containers, which are identical to Emacs_Pixmaps and
consequently always released with the `struct image'.
(bug#72255)

(cherry picked from commit 1ee8579eb7d7aae9405f33099559ac8205a59be2)
src/image.c