(svn r24443) -Codechange: Move Vehicle::name to BaseConsist.

This commit is contained in:
frosch
2012-07-29 16:45:11 +00:00
parent 4c9f65800b
commit 48e0d9901f
5 changed files with 12 additions and 9 deletions

View File

@@ -781,8 +781,6 @@ void Vehicle::PreDestructor()
Vehicle::~Vehicle()
{
free(this->name);
if (CleaningPool()) {
this->cargo.OnCleanPool();
return;