diff options
| author | Lars Magne Ingebrigtsen | 2013-08-19 16:52:52 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-08-19 16:52:52 +0200 |
| commit | 6da26928029c4598e75a344d57c08ca85dd95f2a (patch) | |
| tree | 4e5991efaddf307817eb7a7dfbf8c990c98bbbd1 /src/ChangeLog | |
| parent | 6e64a12bd7e8f0d57b2612a471189bce3e8efaf0 (diff) | |
| download | emacs-6da26928029c4598e75a344d57c08ca85dd95f2a.tar.gz emacs-6da26928029c4598e75a344d57c08ca85dd95f2a.zip | |
* image.c (imagemagick_get_animation_cache): Don't segfault on each invocation.
Bug introduced by 2013-08-19T07:01:37Z!eggert@cs.ucla.edu, which obviously hadn't even been
tested once.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c5a6f4d19c3..716b1177fd1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * image.c (imagemagick_get_animation_cache): Don't segfault on | ||
| 4 | each invocation. | ||
| 5 | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * image.c: Fix animation cache signature memory leak. | 8 | * image.c: Fix animation cache signature memory leak. |