]> git.eshelyaron.com Git - emacs.git/commit
Fix anim_cache garbage collection
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 13:18:41 +0000 (15:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 13:18:41 +0000 (15:18 +0200)
commit68ec0ffa2181d7e061bc4799798be0b2344d6a6b
tree58f6ca1288394f2f26969641d1fd9244cf525068
parent0347969bdfa3ec689c49537a7b29f4a506f732a2
Fix anim_cache garbage collection

* src/image.c (struct anim_cache): Move earlier.
(mark_image_cache): Mark the Lisp_Object in the anim cache.
src/image.c