Silence the harmless FreeFontPath error message.

(cherry picked from commit 9113fa3de3)
This commit is contained in:
Jeremy Huddleston 2009-02-24 17:39:46 -08:00
parent 1f69f2d037
commit 389e2656c0

View File

@ -1635,9 +1635,6 @@ FreeFontPath(FontPathElementPtr *list, int n, Bool force)
found++;
}
if (list[i]->refcount != found) {
/* ErrorF("FreeFontPath: FPE \"%.*s\" refcount is %d, should be %d; fixing.\n",
list[i]->name_length, list[i]->name,
list[i]->refcount, found); */
list[i]->refcount = found; /* ensure it will get freed */
}
}