mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-21 08:40:36 +01:00
Silence the harmless FreeFontPath error message.
This commit is contained in:
parent
7c0709a736
commit
9113fa3de3
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue