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:
parent
978bb5466b
commit
60d9638ca4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user