]> git.eshelyaron.com Git - emacs.git/commit
Fix webp_load data lifetime issues
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 14:08:50 +0000 (16:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 14:08:58 +0000 (16:08 +0200)
commit9b892eeb918a7416a62506f4c618a9de75e99165
tree1def71c642b29db5b4ae7f3240b5b9cf8187c62c
parentc3c08b90b67ba42be06a260718c5b6e5939e0b25
Fix webp_load data lifetime issues

* src/image.c (webp_load): Take care of lifetime issues of the
image data we're iterating over for animated images.
src/image.c