summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-11-13 23:12:35 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-11-13 23:12:35 +0100
commitebde2d33e275d8f6a43d2fc24882a973d48c7a2f (patch)
tree9d5e0dff47b7c50e19954deddc606a79c9de8713 /helm-files.el
parenteda8f50a5f5b26c264e3bf5ea52f2db8c81362db (diff)
Clean image cache when quitting diaporama
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-files.el b/helm-files.el
index df88ea98..880f724b 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4726,6 +4726,7 @@ or `\\[helm-ff-diaporama-quit]' to quit"))
(ignore)
(setq helm-ff--diaporama-iterator nil)
(setq helm-ff--diaporama-in-pause nil)
+ (helm-ff-clean-image-cache)
(quit-window))
(put 'helm-ff-diaporama-quit 'no-helm-mx t)