src/station.cpp
changeset 7916 8bc57ab02de6
parent 7909 8df54a2839a1
child 7949 1fcfd903d923
--- a/src/station.cpp	Mon Aug 06 13:44:50 2007 +0000
+++ b/src/station.cpp	Mon Aug 06 14:08:25 2007 +0000
@@ -391,6 +391,8 @@
   */
 RoadStop::~RoadStop()
 {
+	if (CleaningPool()) return;
+
 	/* Clear the slot assignment of all vehicles heading for this road stop */
 	if (num_vehicles != 0) {
 		Vehicle *v;