From 00fac407122704552afecad60d424a0ec7aedc28 Mon Sep 17 00:00:00 2001 From: gunnar_g Date: Tue, 17 May 2011 12:19:50 +0000 Subject: [PATCH] Don't try to free up memory when you use that data later to tell the user why the application forcibly quits --- src/cup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cup.c b/src/cup.c index 92a4fe1d..3dd5205a 100644 --- a/src/cup.c +++ b/src/cup.c @@ -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,