From d5226089aa55b8d637f64ce6e309dd2bc761cb33 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 8 Oct 2010 11:21:37 +0000 Subject: [PATCH] disable ref. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@53183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_font_dir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/canvas/evas_font_dir.c b/src/lib/canvas/evas_font_dir.c index 939cf2f..e939551 100644 --- a/src/lib/canvas/evas_font_dir.c +++ b/src/lib/canvas/evas_font_dir.c @@ -477,7 +477,8 @@ evas_font_load(Evas *evas, const char *name, const char *source, int size) // FIXME: this i think is a bugfix for a rare bug... but i'm // not sure 100%. it seems that way from fc. if trim is set // to FcTrue... - FcPatternReference(p_nm); /* we have to reference count the pat */ + // ok - not a bugfix... but there is something going on somewhere that's wierd? +// FcPatternReference(p_nm); /* we have to reference count the pat */ font = evas_load_fontconfig(evas, set, size); } } -- 2.7.4