From bcd26bd7b1c96057bf154d7d50a61018d40f0d29 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 Nov 2009 18:03:26 -0500 Subject: [PATCH] Add TODO item --- src/hb-ft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ft.c b/src/hb-ft.c index eecafef..00a953f 100644 --- a/src/hb-ft.c +++ b/src/hb-ft.c @@ -162,6 +162,7 @@ hb_ft_face_create (FT_Face ft_face, { hb_face_t *face; + /* TODO: Handle NULL ft_face (in other places too */ if (ft_face->stream->base != NULL) { hb_blob_t *blob; -- 2.7.4