commit | 679f41fe61242aa8d7f45b64bdb66395aa530fe2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 04 21:32:06 2009 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Nov 02 14:40:30 2009 -0500 |
tree | 6a9a3204219d6ac2993920bc784a388aacd2f454 | |
parent | 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37 [diff] |
[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_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&