mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r27907) -Fix: AirportSpec::rotation was memleaking
This commit is contained in:
@@ -7915,6 +7915,7 @@ static void ResetCustomAirports()
|
||||
}
|
||||
free(as->table);
|
||||
free(as->depot_table);
|
||||
free(as->rotation);
|
||||
|
||||
free(as);
|
||||
}
|
||||
|
Reference in New Issue
Block a user