mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r9916) -Codechange: Free memory used by cargo translation tables
This commit is contained in:
parent
821e58ac95
commit
a507341089
@ -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