mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 12:20:06 +01:00
Silence the harmless FreeFontPath error message.
(cherry picked from commit 9113fa3de3)
This commit is contained in:
parent
1f69f2d037
commit
389e2656c0
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue