Don't try to free up memory when you use that data later to tell the user why the application forcibly quits

This commit is contained in:
gunnar_g 2011-05-17 12:19:50 +00:00
parent 72356000c3
commit 3b04f321d1
1 changed files with 0 additions and 1 deletions

View File

@ -611,7 +611,6 @@ cup_load_choose_team_generate(Cup *cup, CupRound *cup_round, const CupChooseTeam
if(teams_local->len < end_idx)
{
free_teams_array(&teams_local, FALSE);
main_exit_program(EXIT_CHOOSE_TEAM_ERROR,
"cup_load_choose_team_generate: not enough teams (%d) in chooseteam %s in cup %s (%d are specified) \n",
teams_local->len, ct->sid,