aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 198d5545c96..1452e8659b5 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7932,9 +7932,10 @@ struct animation_cache *
7932imagemagick_get_animation_cache (MagickWand *wand) 7932imagemagick_get_animation_cache (MagickWand *wand)
7933{ 7933{
7934 char *signature = xstrdup (MagickGetImageSignature (wand)); 7934 char *signature = xstrdup (MagickGetImageSignature (wand));
7935 struct animation_cache *cache = animation_cache; 7935 struct animation_cache *cache;
7936 7936
7937 imagemagick_prune_animation_cache (); 7937 imagemagick_prune_animation_cache ();
7938 cache = animation_cache;
7938 7939
7939 if (! cache) 7940 if (! cache)
7940 { 7941 {