What are the void* pointers typically expected to point to...?

As I suppose these void* values are often pointers to some malloced
memory in many cases, how is it expected that resource management of
that memory is done...?  I.e., when the a list gets destroyed because
a FT library is destroyed, who's responsible for cleaning up the
pointed-to property data?

"property" tends to bring to mind simple things like numeric or string
settings.  Strings could I suppose passed directly; how about numbers?

-Miles

-- 
97% of everything is grunge


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to