[HB] Fix leak

pull/1/head
Behdad Esfahbod 16 years ago
parent 4e8a0602bb
commit 679f41fe61
  1. 2
      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&

Loading…
Cancel
Save