mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix small memory leaks on shutdown
This commit is contained in:
parent
ef8cdd890c
commit
e81454fb38
3 changed files with 10 additions and 4 deletions
|
@ -98,6 +98,8 @@ GUITable::~GUITable()
|
|||
|
||||
if (m_font)
|
||||
m_font->drop();
|
||||
|
||||
m_scrollbar->remove();
|
||||
}
|
||||
|
||||
GUITable::Option GUITable::splitOption(const std::string &str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue