1
0
Fork 0
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:
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)