]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add pango_fc_font_unlock_face call to possibly free a fontface
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 30 Aug 2011 18:12:36 +0000 (20:12 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 3 Sep 2011 11:00:24 +0000 (13:00 +0200)
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);