Codechange: Use std::string for most of the user-settable custom names.
This commit is contained in:
@@ -51,7 +51,6 @@ void RebuildStationKdtree()
|
||||
|
||||
BaseStation::~BaseStation()
|
||||
{
|
||||
free(this->name);
|
||||
free(this->speclist);
|
||||
|
||||
if (CleaningPool()) return;
|
||||
|
Reference in New Issue
Block a user