mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
(svn r9916) -Codechange: Free memory used by cargo translation tables
This commit is contained in:
@@ -4304,6 +4304,7 @@ static void ResetNewGRF()
|
||||
next = f->next;
|
||||
|
||||
free(f->filename);
|
||||
free(f->cargo_list);
|
||||
free(f);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user