Changeset - r7804:430f640b5f9e
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-10-29 22:30:54
rubidium@openttd.org
(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/airport.cpp
Show inline comments
 
@@ -192,6 +192,7 @@ void InitializeAirports()
 

	
 
void UnInitializeAirports()
 
{
 
	delete DummyAirport;
 
	delete CountryAirport;
 
	delete CityAirport;
 
	delete Heliport;
0 comments (0 inline, 0 general)