openttd.c
changeset 4977 ccecdac3075c
parent 4976 a0d7f63c35b5
child 4979 bb8927cf4e1f
equal deleted inserted replaced
4976:a0d7f63c35b5 4977:ccecdac3075c
   257 	CleanPool(&_town_pool);
   257 	CleanPool(&_town_pool);
   258 	CleanPool(&_Industry_pool);
   258 	CleanPool(&_Industry_pool);
   259 	CleanPool(&_station_pool);
   259 	CleanPool(&_station_pool);
   260 	CleanPool(&_Vehicle_pool);
   260 	CleanPool(&_Vehicle_pool);
   261 	CleanPool(&_sign_pool);
   261 	CleanPool(&_sign_pool);
   262 	CleanPool(&_order_pool);
   262 	CleanPool(&_Order_pool);
   263 
   263 
   264 	free((void*)_town_sort);
   264 	free((void*)_town_sort);
   265 	free((void*)_industry_sort);
   265 	free((void*)_industry_sort);
   266 }
   266 }
   267 
   267