]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
Add pango_fc_font_unlock_face call to possibly free a fontface
[lilypond.git] / lily / pango-font.cc
index 1be0656f75dc360e1a8ddbf8fec32cc6f2efe718..291895eb3325873f8ad2fe49d2ad436ae2cd2d13 100644 (file)
@@ -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);