diff options
| author | Paul Eggert | 2013-08-14 00:00:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-14 00:00:25 -0700 |
| commit | 01c3051fc39127302943846f15047da305c07df0 (patch) | |
| tree | 9dd6da012f924c380e0ddea8f075e3c814bb91bf /src/ChangeLog | |
| parent | 2084152aee6fe88fda43ffb5fd654aeae5d12129 (diff) | |
| download | emacs-01c3051fc39127302943846f15047da305c07df0.tar.gz emacs-01c3051fc39127302943846f15047da305c07df0.zip | |
* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
Use changed. This avoids the need to call xmalloc and for the
caller to call xfree, and avoids memory leaks in some situations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88df9f13762..30a3dc3462b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-08-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * image.c (imagemagick_filename_hint): New arg HINT_BUFFER. | ||
| 4 | Use changed. This avoids the need to call xmalloc and for the | ||
| 5 | caller to call xfree, and avoids memory leaks in some situations. | ||
| 6 | |||
| 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * xdisp.c (adjust_window_ends): Move duplicated code to new function. | 9 | * xdisp.c (adjust_window_ends): Move duplicated code to new function. |