changeset 95360:f472b6b1baa8

(Ffont_info): Don't call font_close_object.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 May 2008 12:19:52 +0000
parents f6580a4c58da
children 86492fb49824
files src/fontset.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.c	Wed May 28 11:47:01 2008 +0000
+++ b/src/fontset.c	Wed May 28 12:19:52 2008 +0000
@@ -1678,7 +1678,12 @@
   XVECTOR (info)->contents[5] = make_number (font->relative_compose);
   XVECTOR (info)->contents[6] = make_number (font->default_ascent);
 
+#if 0
+  /* As font_object is still in FONT_OBJLIST of the entity, we can't
+     close it now.  Perhaps, we should manage font-objects
+     by `reference-count'.  */
   font_close_object (f, font_object);
+#endif
   return info;
 }