This commit is contained in:
Kovid Goyal 2018-09-10 21:58:15 +05:30
parent 8176f661ea
commit 28c154ecf0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -377,7 +377,7 @@ render_glyphs(CTFontRef font, unsigned int width, unsigned int height, unsigned
CGContextSetTextPosition(render_ctx, 0, height - baseline);
CTFontDrawGlyphs(font, glyphs, positions, num_glyphs, render_ctx);
CGContextRelease(render_ctx);
GColorSpaceRelease(gray_color_space);
CGColorSpaceRelease(gray_color_space);
}
static inline bool