mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Fix small memory leaks on shutdown
This commit is contained in:
@@ -98,6 +98,8 @@ GUITable::~GUITable()
|
||||
|
||||
if (m_font)
|
||||
m_font->drop();
|
||||
|
||||
m_scrollbar->remove();
|
||||
}
|
||||
|
||||
GUITable::Option GUITable::splitOption(const std::string &str)
|
||||
|
Reference in New Issue
Block a user