1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix memory leaks: delete font in main and GUIChatConsole

This commit is contained in:
PilzAdam 2013-05-10 21:54:50 +02:00
parent 782d06be46
commit e5781b5e34
2 changed files with 3 additions and 0 deletions

View file

@ -121,6 +121,7 @@ GUIChatConsole::GUIChatConsole(
GUIChatConsole::~GUIChatConsole()
{
delete m_font;
}
void GUIChatConsole::openConsole(f32 height)