From 6fce8427e4325e1db08bbc1e4e8a1e5c595cebe3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 6 Mar 2015 23:53:28 +0100 Subject: [PATCH] Minor documentation improvement. Based on a suggestion from Lawrence D'Oliveiro . --- include/ftmodapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/ftmodapi.h b/include/ftmodapi.h index 95aef3a0d..2ef3f4674 100644 --- a/include/ftmodapi.h +++ b/include/ftmodapi.h @@ -469,7 +469,9 @@ FT_BEGIN_HEADER /* */ /* This function is used to create a new FreeType library instance */ /* from a given memory object. It is thus possible to use libraries */ - /* with distinct memory allocators within the same program. */ + /* with distinct memory allocators within the same program. Note, */ + /* however, that the used @FT_Memory structure is expected to remain */ + /* valid for the life of the @FT_Library object. */ /* */ /* Normally, you would call this function (followed by a call to */ /* @FT_Add_Default_Modules or a series of calls to @FT_Add_Module) */