From: Kristian Rietveld Date: Thu, 21 Feb 2008 22:51:28 +0000 (+0000) Subject: free the ATSU style and utf16 string at the end. X-Git-Tag: PANGO_1_19_4~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59379e068cf364dfb1ab4dc4ff1348495ce15df1;p=platform%2Fupstream%2Fpango.git free the ATSU style and utf16 string at the end. 2008-02-21 Kristian Rietveld * modules/basic/basic-atsui.c (basic_engine_shape): free the ATSU style and utf16 string at the end. svn path=/trunk/; revision=2571 --- diff --git a/ChangeLog b/ChangeLog index 0a9f242..8521763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-21 Kristian Rietveld + + * modules/basic/basic-atsui.c (basic_engine_shape): free the + ATSU style and utf16 string at the end. + 2008-02-17 Behdad Esfahbod Bug 517083 – pango modules: wrong fallback adding code? diff --git a/modules/basic/basic-atsui.c b/modules/basic/basic-atsui.c index b175be3..fac2539 100644 --- a/modules/basic/basic-atsui.c +++ b/modules/basic/basic-atsui.c @@ -163,7 +163,10 @@ basic_engine_shape (PangoEngineShape *engine, ATSUDirectReleaseLayoutDataArrayPtr (NULL, kATSUDirectDataLayoutRecordATSLayoutRecordCurrent, (void *)&layout_records); + ATSUDisposeStyle(style); ATSUDisposeTextLayout (text_layout); + + g_free (utf16); } static void