From a4edc4452eed8298ac48649f0cfec2db7c8a3b84 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 15 Apr 2011 18:51:52 -0400 Subject: [PATCH] Always call hb_ot_layout_position_finish() --- pango/pango-ot-info.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index e0d369e..d28bfeb 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -447,8 +447,7 @@ _pango_ot_info_position (const PangoOTInfo *info, buffer->applied_gpos = TRUE; } - if (buffer->applied_gpos) - hb_ot_layout_position_finish (buffer->buffer); + hb_ot_layout_position_finish (buffer->buffer); hb_font_destroy (hb_font); } -- 2.7.4