mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
Silence the harmless FreeFontPath error message.
This commit is contained in:
@@ -1644,9 +1644,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 */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user