diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 2b415fb9b97..7a6323ad332 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -7945,10 +7945,10 @@ imagemagick_get_animation_cache (MagickWand *wand) | |||
| 7945 | if (strcmp (signature, cache->signature)) | 7945 | if (strcmp (signature, cache->signature)) |
| 7946 | { | 7946 | { |
| 7947 | cache->next = imagemagick_create_cache (signature); | 7947 | cache->next = imagemagick_create_cache (signature); |
| 7948 | DestroyString (signature); | ||
| 7949 | return cache->next; | 7948 | return cache->next; |
| 7950 | } | 7949 | } |
| 7951 | 7950 | ||
| 7951 | DestroyString (signature); | ||
| 7952 | cache->update_time = current_emacs_time (); | 7952 | cache->update_time = current_emacs_time (); |
| 7953 | return cache; | 7953 | return cache; |
| 7954 | } | 7954 | } |