diff options
| author | Paul Eggert | 2013-08-18 22:46:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-18 22:46:17 -0700 |
| commit | 2249012558e589b9382e068326116dbd909bbb81 (patch) | |
| tree | d0dc21c14c5d642bef5da058c572655be954df07 /src/ChangeLog | |
| parent | 51632863c2551d06415e541235d90c66fd3e8def (diff) | |
| download | emacs-2249012558e589b9382e068326116dbd909bbb81.tar.gz emacs-2249012558e589b9382e068326116dbd909bbb81.zip | |
* process.c (handle_child_signal): Fix crash; deleted pid.
This was introduced by my 2013-08-12 fix for Bug#15035.
Fixes: debbugs:15106
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 0f68f36a8c9..0203ce636ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c (handle_child_signal): Fix crash; deleted pid (Bug#15106). | ||
| 4 | This was introduced by my 2013-08-12 fix for Bug#15035. | ||
| 5 | |||
| 1 | 2013-08-19 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2013-08-19 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * image.c (imagemagick_create_cache, imagemagick_get_animation_cache) | 8 | * image.c (imagemagick_create_cache, imagemagick_get_animation_cache) |