Mercurial > emacs
changeset 90526:af0b00c37c9b
* xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 09 Jul 2006 10:56:20 +0000 |
parents | 30d1fe62c2fa |
children | 63b888896eba |
files | src/xfaces.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Fri Jul 07 11:48:50 2006 +0000 +++ b/src/xfaces.c Sun Jul 09 10:56:20 2006 +0000 @@ -7651,6 +7651,9 @@ face = (struct face *) xmalloc (sizeof *face); *face = *base_face; face->gc = 0; +#ifdef USE_FONT_BACKEND + face->extra = NULL; +#endif /* Don't try to free the colors copied bitwise from BASE_FACE. */ face->colors_copied_bitwise_p = 1;