diff -r 3151fdbc73f9 -r 9fa31acb07bc src/station.cpp --- a/src/station.cpp Sat Jan 12 19:33:25 2008 +0000 +++ b/src/station.cpp Sat Jan 12 19:58:06 2008 +0000 @@ -61,7 +61,7 @@ { DEBUG(station, cDebugCtorLevel, "I-%3d", index); - DeleteName(this->string_id); + free(this->name); free(this->speclist); if (CleaningPool()) return;