Fixed another (harmless but annoying for Valgrinders) leaks in theGUI

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9887 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-09-22 18:42:21 +00:00
parent 978bb5466b
commit 60d9638ca4

View File

@ -244,7 +244,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name, cons
}
else if (selection == "quit")
{
main_loop->abort();
StateManager::get()->popMenu();
return;
}
else if (selection == "about")