This commit is contained in:
Kovid Goyal 2020-11-05 18:15:44 +05:30
commit 6bab967586
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -213,6 +213,7 @@ manually_search_fallback_fonts(CTFontRef current_font, CPUCell *cell) {
CFRelease(new_font);
}
}
CFRelease(fonts);
return ans;
}