mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-05 19:48:43 +01:00
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:
parent
9314441240
commit
00fac40712
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user