1
0
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:
sapier
2014-06-20 19:50:47 +02:00
parent ef8cdd890c
commit e81454fb38
3 changed files with 10 additions and 4 deletions

View File

@@ -98,6 +98,8 @@ GUITable::~GUITable()
if (m_font)
m_font->drop();
m_scrollbar->remove();
}
GUITable::Option GUITable::splitOption(const std::string &str)