diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 6344b6ca9..f8e16e063 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -1799,6 +1799,9 @@ FT_BEGIN_HEADER /* */ /* FreeType error code. 0 means success. */ /* */ + /* */ + /* You must not deallocate the memory before calling @FT_Face_Done. */ + /* */ FT_EXPORT( FT_Error ) FT_New_Memory_Face( FT_Library library, const FT_Byte* file_base,