Fix leak in graphite

This commit is contained in:
Behdad Esfahbod 2012-04-17 11:39:48 -04:00
parent 0290bbf861
commit 4dc2449d92
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ static void _hb_gr_font_data_destroy (void *data)
hb_gr_font_data_t *f = (hb_gr_font_data_t *) data;
gr_font_destroy (f->grfont);
free (f);
}
static hb_user_data_key_t hb_gr_data_key;