1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 17:02:37 +01:00

(svn r9916) -Codechange: Free memory used by cargo translation tables

This commit is contained in:
peter1138
2007-05-25 06:39:12 +00:00
parent 440d723d84
commit d5d94e230f

View File

@@ -4304,6 +4304,7 @@ static void ResetNewGRF()
next = f->next;
free(f->filename);
free(f->cargo_list);
free(f);
}