diff options
| author | Dmitry Antipov | 2014-01-28 11:43:24 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-01-28 11:43:24 +0400 |
| commit | 2275de871d28dc3814caffb9779559c4ef79f58f (patch) | |
| tree | bd0355993f7e56bca2bd835b81be9e48c4165fa3 | |
| parent | a91289312d627e67ae5cce9b9efb5baf5f819376 (diff) | |
| download | emacs-2275de871d28dc3814caffb9779559c4ef79f58f.tar.gz emacs-2275de871d28dc3814caffb9779559c4ef79f58f.zip | |
* xfaces.c (free_frame_faces): Adjust comment.
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/xfaces.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc4ad207993..ff3be1d7666 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | (init_initial_terminal): Install new hook to free face cache | 4 | (init_initial_terminal): Install new hook to free face cache |
| 5 | on initial frame and avoid memory leak. For details, see | 5 | on initial frame and avoid memory leak. For details, see |
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>. | 6 | <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>. |
| 7 | * xfaces.c (free_frame_faces): Adjust comment. | ||
| 7 | 8 | ||
| 8 | 2014-01-26 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-01-26 Paul Eggert <eggert@cs.ucla.edu> |
| 9 | 10 | ||
diff --git a/src/xfaces.c b/src/xfaces.c index 4321eb3dd8c..f2d777a12b1 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -694,7 +694,8 @@ init_frame_faces (struct frame *f) | |||
| 694 | } | 694 | } |
| 695 | 695 | ||
| 696 | 696 | ||
| 697 | /* Free face cache of frame F. Called from delete_frame. */ | 697 | /* Free face cache of frame F. Called from frame-dependent |
| 698 | resource freeing function, e.g. (x|tty)_free_frame_resources. */ | ||
| 698 | 699 | ||
| 699 | void | 700 | void |
| 700 | free_frame_faces (struct frame *f) | 701 | free_frame_faces (struct frame *f) |