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

This commit is contained in:
adf88
2017-08-31 06:54:22 +00:00
parent 0f8c868ea2
commit 7757f5050a

View File

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