Mercurial > emacs
changeset 100426:0e8afcdd9ee4
* xftfont.c (xftfont_open): Free Xft font pattern if
XftFontOpenPattern fails.
* xterm.c (x_free_frame_resources): Remove extraneous call to
free_frame_faces.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 15 Dec 2008 01:57:19 +0000 |
parents | 5e11f0102ef6 |
children | e0aa0e328261 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Dec 14 23:16:09 2008 +0000 +++ b/src/ChangeLog Mon Dec 15 01:57:19 2008 +0000 @@ -1,3 +1,11 @@ +2008-12-15 Chong Yidong <cyd@stupidchicken.com> + + * xftfont.c (xftfont_open): Free Xft font pattern if + XftFontOpenPattern fails. + + * xterm.c (x_free_frame_resources): Remove extraneous call to + free_frame_faces. + 2008-12-13 Chong Yidong <cyd@stupidchicken.com> * xterm.c (x_delete_display): Move xim_close_dpy call to