summaryrefslogtreecommitdiff
path: root/src/hb-ft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-ft.c')
-rw-r--r--src/hb-ft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ft.c b/src/hb-ft.c
index b5dd657..3e91eff 100644
--- a/src/hb-ft.c
+++ b/src/hb-ft.c
@@ -159,7 +159,7 @@ _get_table (hb_tag_t tag, void *user_data)
/* TODO Use FT_Memory? */
buffer = malloc (length);
if (buffer == NULL)
- return hb_blob_create_empty ();
+ return NULL;
error = FT_Load_Sfnt_Table (ft_face, tag, 0, buffer, &length);
if (error)