Renamed cleanTuxKart into cleanSuperTuxKart.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9508 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -883,7 +883,9 @@ void initRest()
|
||||
} // initRest
|
||||
|
||||
//=============================================================================
|
||||
void cleanTuxKart()
|
||||
/** Frees all manager and their associated memory.
|
||||
*/
|
||||
void cleanSuperTuxKart()
|
||||
{
|
||||
if(network_http)
|
||||
network_http->stopNetworkThread();
|
||||
@@ -911,7 +913,7 @@ void cleanTuxKart()
|
||||
if(translations) delete translations;
|
||||
if(file_manager) delete file_manager;
|
||||
if(irr_driver) delete irr_driver;
|
||||
} // cleanTuxKart
|
||||
} // cleanSuperTuxKart
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -1124,7 +1126,7 @@ int main(int argc, char *argv[] )
|
||||
fclose(stdout);
|
||||
}
|
||||
|
||||
cleanTuxKart();
|
||||
cleanSuperTuxKart();
|
||||
|
||||
return 0 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user