disable ref.

SVN revision: 53183
This commit is contained in:
Carsten Haitzler 2010-10-08 11:21:37 +00:00
parent 994d9518ec
commit 59208f38b8
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}