1
0
Fork 0

(svn r22760) -Fix (r19459): Also free allocated depot tables.

release/1.2
alberth 2011-08-19 20:44:22 +00:00
parent 5a81e7c8d8
commit f1b792cd01
1 changed files with 1 additions and 0 deletions

View File

@ -7256,6 +7256,7 @@ static void ResetCustomAirports()
free((void*)as->table[j]);
}
free((void*)as->table);
free((void*)as->depot_table);
free(as);
}