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