(svn r27907) -Fix: AirportSpec::rotation was memleaking

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
adf88 7 years ago
parent 1dd6930507
commit b56453f93b

@ -7915,6 +7915,7 @@ static void ResetCustomAirports()
}
free(as->table);
free(as->depot_table);
free(as->rotation);
free(as);
}

Loading…
Cancel
Save