mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 19:42:10 +00:00
Fix double free caused by CGUITTFont code
This partially reverts commit 2072afb72b
.
fixes #10920
This commit is contained in:
parent
d287da184c
commit
0f74c7a977
2 changed files with 0 additions and 5 deletions
|
@ -375,7 +375,6 @@ namespace gui
|
|||
gui::IGUIEnvironment* Environment;
|
||||
video::IVideoDriver* Driver;
|
||||
io::path filename;
|
||||
SGUITTFace* sguitt_face = nullptr;
|
||||
FT_Face tt_face;
|
||||
FT_Size_Metrics font_metrics;
|
||||
FT_Int32 load_flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue