1
0
Fork 0

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

release/0.6
rubidium 2007-10-29 22:30:54 +00:00
parent 1256cbade3
commit 24956ab71b
1 changed files with 1 additions and 0 deletions

View File

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