(svn r13916) [0.6] -Fix: backport added a free too much.

This commit is contained in:
rubidium 2008-08-01 19:37:10 +00:00
parent 9878c58727
commit 5f7f86e3be
1 changed files with 0 additions and 1 deletions

View File

@ -1688,7 +1688,6 @@ static bool LoadOldMain(LoadgameState *ls)
DEBUG(oldloader, 3, "Finished converting game data");
DEBUG(oldloader, 1, "TTD(Patch) savegame successfully converted");
free(_old_map3);
free(_old_vehicle_names);
return true;