Skip to content

Commit

Permalink
[HB] Fix leak
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Nov 2, 2009
1 parent 4e8a060 commit 679f41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hb-ot-layout.cc
Expand Up @@ -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&
Expand Down

0 comments on commit 679f41f

Please sign in to comment.