rendernodeparser: Fix a memory leak when parsing glyphs

This commit is contained in:
Timm Bäder
2019-07-21 09:06:50 +02:00
parent 9728dabf12
commit 6e47ebe030

View File

@@ -749,6 +749,8 @@ parse_glyphs (GtkCssParser *parser,
pango_glyph_string_set_size (glyph_string, glyph_string->num_glyphs + 1);
glyph_string->glyphs[glyph_string->num_glyphs - 1] = gi;
}
g_free (s);
}
else
{