freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] How to free FT_MM_Var*?


From: Sascha Brawer
Subject: [ft-devel] How to free FT_MM_Var*?
Date: Wed, 21 Oct 2015 17:47:24 -0700

How to free the FT_MM_Var* returned by FT_Get_MM_Var()?

“The Multiple Masters/GX var descriptor. Allocates a data structure, which the user must free.” — http://www.freetype.org/freetype2/docs/reference/ft2-multiple_masters.html#FT_Get_MM_Var

In the past, I believe there was a FT_FREE macro, but I couldn’t find it so I’m probably hallucinating it. I’m a little cautious to simply call free(), since I don’t know if FT_MM_Var might own other memory.

— Sascha


reply via email to

[Prev in Thread] Current Thread [Next in Thread]