(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.

This commit is contained in:
rubidium
2007-10-29 22:30:54 +00:00
parent 7e769d3286
commit 840de103d1

View File

@@ -192,6 +192,7 @@ void InitializeAirports()
void UnInitializeAirports()
{
delete DummyAirport;
delete CountryAirport;
delete CityAirport;
delete Heliport;