mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 18:09:37 +00:00
[PR #1184] [MERGED] [FIX] Add FT_Done_Face to destroy face objects after they're used #1975
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1184
Author: @jshin313
Created: 1/15/2020
Status: ✅ Merged
Merged: 1/15/2020
Merged by: @cfsmp3
Base:
master← Head:done_face📝 Commits (2)
0311b22Add FT_Done_Face to destroy face objects after they're used72ee251Update CHANGES.TXT📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_encoders_spupng.c(+2 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
For large files (>~1 GB), the out=spupng option would stop prematurely because the FT_Face objects used by the spupng_export_string2png() function were never destroyed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.