Add TODO item
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 5 Nov 2009 23:03:26 +0000 (18:03 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 5 Nov 2009 23:03:26 +0000 (18:03 -0500)
src/hb-ft.c

index eecafef..00a953f 100644 (file)
@@ -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;