mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
Fix memory leak in hb_coretext_get_glyph_name
This commit is contained in:
parent
718542ef7a
commit
ca3cd48fa3
1 changed files with 3 additions and 0 deletions
|
@ -415,6 +415,9 @@ hb_coretext_get_glyph_name (hb_font_t *font,
|
|||
(UInt8 *) name, size, &len);
|
||||
|
||||
name[len] = '\0';
|
||||
|
||||
CFRelease (cf_name);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue