aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-19 09:16:32 +0200
committerJoakim Verona2013-08-19 09:16:32 +0200
commit851186e371a32446e3425360113009dbe3198537 (patch)
tree134a48f64dfaa4bc2ed5cf90cbfcd56b64cba198 /src/ChangeLog
parente86a500d430c41e7fd8c7412c3a638154186b83b (diff)
parentd0139df5b60d235363e78438316e255ac378c884 (diff)
downloademacs-851186e371a32446e3425360113009dbe3198537.tar.gz
emacs-851186e371a32446e3425360113009dbe3198537.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0203ce636ef..c5a6f4d19c3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12013-08-19 Paul Eggert <eggert@cs.ucla.edu> 12013-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * image.c: Fix animation cache signature memory leak.
4 Fix some other minor performance problems while we're at it.
5 (imagemagick_create_cache): Clear just the members that
6 need clearing. Don't set update_time, as caller does that now.
7 (imagemagick_prune_animation_cache, imagemagick_get_animation_cache):
8 Simplify by using pointer-to-pointer instead of a prev pointer.
9 (imagemagick_prune_animation_cache): Use make_emacs_time rather
10 than EMACS_TIME_FROM_DOUBLE, and DestroyString rather than free.
11 (imagemagick_get_animation_cache): Don't xstrdup the image signature;
12 it's already a copy. Free the signature probe unless it's cached.
13
3 * process.c (handle_child_signal): Fix crash; deleted pid (Bug#15106). 14 * process.c (handle_child_signal): Fix crash; deleted pid (Bug#15106).
4 This was introduced by my 2013-08-12 fix for Bug#15035. 15 This was introduced by my 2013-08-12 fix for Bug#15035.
5 16