From: Reinhold Kainhofer Date: Tue, 30 Aug 2011 18:12:36 +0000 (+0200) Subject: Add pango_fc_font_unlock_face call to possibly free a fontface X-Git-Tag: release/2.15.10-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d544bd3103acc8175089ec6aeecd57376f2d201d;p=lilypond.git Add pango_fc_font_unlock_face call to possibly free a fontface --- diff --git a/lily/pango-font.cc b/lily/pango-font.cc index 1be0656f75..291895eb33 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -231,7 +231,7 @@ Pango_font::pango_item_string_stencil (PangoGlyphItem const *glyph_item) const SCM_EOL); tail = SCM_CDRLOC (*tail); } - + pango_fc_font_unlock_face (fcfont); pango_glyph_string_free (pgs); pgs = 0; PangoFontDescription *descr = pango_font_describe (pa->font);