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