From: Behdad Esfahbod Date: Wed, 5 Aug 2009 01:32:06 +0000 (-0400) Subject: [HB] Fix leak X-Git-Tag: submit/master/20120920.151126~7^2~1072 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=679f41fe61242aa8d7f45b64bdb66395aa530fe2;p=framework%2Fuifw%2Fharfbuzz.git [HB] Fix leak --- diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 2fe5449..ef0a6b1 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -68,6 +68,8 @@ _hb_ot_layout_fini (hb_face_t *face) hb_blob_destroy (layout->gdef_blob); hb_blob_destroy (layout->gsub_blob); hb_blob_destroy (layout->gpos_blob); + + free (layout->new_gdef.klasses); } static const GDEF&