aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 716b1177fd1..2171f2b8748 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * image.c (imagemagick_get_animation_cache): Don't segfault on 3 * image.c (imagemagick_get_animation_cache): Don't segfault on
4 each invocation. 4 each invocation.
5 (imagemagick_get_animation_cache): Revert to previous definition
6 so that it actually works. But keep the memory leak fix.
7 (imagemagick_get_animation_cache): Fix memory leak.
5 8
62013-08-19 Paul Eggert <eggert@cs.ucla.edu> 92013-08-19 Paul Eggert <eggert@cs.ucla.edu>
7 10