Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't call FcFini() #1755

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Don't call FcFini() #1755

merged 1 commit into from
Feb 26, 2024

Conversation

brndnmtthws
Copy link
Owner

Fontconfig has a bug in FcFini() where it calls assert when it probably shouldn't. This looks to be fixed in
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/6f6b39780215714386606ca1c5457a7106639ff4, which is in libfontconfig >=2.13.93.

Removing this seems to be safe, it will cause valgrind to show mem leaks, but it doesn't look to be a problem in practice.

Fontconfig has a bug in FcFini() where it calls assert when it probably
shouldn't. This looks to be fixed in
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/6f6b39780215714386606ca1c5457a7106639ff4,
which is in libfontconfig >=2.13.93.

Removing this seems to be safe, it will cause valgrind to show mem
leaks, but it doesn't look to be a problem in practice.
@github-actions github-actions bot added the sources PR modifies project sources label Feb 26, 2024
Copy link

netlify bot commented Feb 26, 2024

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit 8e8adaf
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/65dc92b1bbe9a30009147ffa

@brndnmtthws brndnmtthws added the bug related to incorrect existing implementation of some functionality label Feb 26, 2024
@brndnmtthws brndnmtthws merged commit 5dd632c into main Feb 26, 2024
55 checks passed
@brndnmtthws brndnmtthws deleted the no-fcfini branch February 26, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug related to incorrect existing implementation of some functionality sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant