]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 9 Jul 2006 10:56:20 +0000 (10:56 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 9 Jul 2006 10:56:20 +0000 (10:56 +0000)
src/xfaces.c

index 7a5f6edfc32a976df6895ea1f72ddff6ecb04b99..43d1352f3358e40e39b5b3202aa1e0cbb51c423e 100644 (file)
@@ -7651,6 +7651,9 @@ realize_non_ascii_face (f, font_id, base_face)
   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;