diff options
| author | Dmitry Antipov | 2014-07-08 18:19:34 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-08 18:19:34 +0400 |
| commit | d64a4984c147d0c4550aa1e9e3b9a5db10b3de6a (patch) | |
| tree | 6383cb1720b4c6ca64753fbcef9eed4ecfe7b413 /src/ChangeLog | |
| parent | b89e78fd90e7c405f0ef2764765c467f4b9e6ade (diff) | |
| download | emacs-d64a4984c147d0c4550aa1e9e3b9a5db10b3de6a.tar.gz emacs-d64a4984c147d0c4550aa1e9e3b9a5db10b3de6a.zip | |
* nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3ff9eb3a14..8e79414feaf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | Avoid Faref and assume that args are always valid. This helps to | 5 | Avoid Faref and assume that args are always valid. This helps to |
| 6 | speedup search, which is especially important for a huge buffers. | 6 | speedup search, which is especially important for a huge buffers. |
| 7 | * lisp.h (char_table_translate): Remove prototype. | 7 | * lisp.h (char_table_translate): Remove prototype. |
| 8 | * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well. | ||
| 8 | 9 | ||
| 9 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 11 | ||