Trivial patch, reproduced below: --- src/fontfile/catalogue.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/fontfile/catalogue.c b/src/fontfile/catalogue.c index 812b050..2a65e86 100644 --- a/src/fontfile/catalogue.c +++ b/src/fontfile/catalogue.c @@ -206,6 +206,8 @@ CatalogueRescan (FontPathElementPtr fpe) } } + closedir(dir); + qsort(cat->fpeList, cat->fpeCount, sizeof cat->fpeList[0], ComparePriority);
fixed in commit 9f86614394af81bc484cf00f3e9996510d3718cb
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.