diff options
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index f4f4cee0..d6fa0da2 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -112,7 +112,7 @@ _get_table (hb_tag_t tag, void *user_data) return hb_blob_create ((const char *) buffer, length, HB_MEMORY_MODE_WRITABLE, - g_free, NULL); + g_free, buffer); } |